Ticket #23319: Portfile

File Portfile, 708 bytes (added by luxen@…, 14 years ago)

the portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                            dclib
6version                         17.24
7revision                        0
8categories                      devel
9maintainers                     kit.edu:luxen
10description                     dlib C++ Library
11long_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.
12homepage                        http://dlib.net/
13platforms                       darwin
14master_sites            sourceforge
15distname dlib-${version}
16use_bzip2 yes
17checksums md5 b62fbd77c2f6804e7db9624724bdbb98 sha1 7a738f2796942672f6fd892a2f2bd752776d537e
18
19use_configure no
20build {}
21destroot {}
22install {
23        copy ${workpath}/${distname}/dlib ${prefix}/include
24}
25activate {}