1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name dclib |
---|
6 | version 17.24 |
---|
7 | revision 0 |
---|
8 | categories devel |
---|
9 | maintainers kit.edu:luxen |
---|
10 | description dlib C++ Library |
---|
11 | long_description Dlib is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and thorough debugging modes. |
---|
12 | homepage http://dlib.net/ |
---|
13 | platforms darwin |
---|
14 | master_sites sourceforge |
---|
15 | distname dlib-${version} |
---|
16 | use_bzip2 yes |
---|
17 | checksums md5 b62fbd77c2f6804e7db9624724bdbb98 sha1 7a738f2796942672f6fd892a2f2bd752776d537e |
---|
18 | |
---|
19 | use_configure no |
---|
20 | build {} |
---|
21 | destroot {} |
---|
22 | install { |
---|
23 | copy ${workpath}/${distname}/dlib ${prefix}/include |
---|
24 | } |
---|
25 | activate {} |
---|