1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name tinc |
---|
6 | version 1.0.13 |
---|
7 | revision 2 |
---|
8 | categories net |
---|
9 | maintainers goodlook.com.au:mike |
---|
10 | license GPLv2 |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description Virtual Private Network Tool |
---|
14 | |
---|
15 | long_description tinc is a Virtual Private Network (VPN) daemon that uses \ |
---|
16 | tunneling and encryption to create a secure private \ |
---|
17 | network between hosts on the Internet. |
---|
18 | |
---|
19 | homepage http://www.tinc-vpn.org/ |
---|
20 | master_sites ${homepage}packages/ |
---|
21 | |
---|
22 | checksums md5 ee0b1a3366c6e379cae34be6fa5dcb15 \ |
---|
23 | sha1 d67578e96cf6b734a3c5bd4b32cf3e628603328a \ |
---|
24 | rmd160 80c543dd4faad2355e33c7daa86c0f639447f044 |
---|
25 | |
---|
26 | depends_lib port:tuntaposx \ |
---|
27 | port:zlib \ |
---|
28 | port:openssl \ |
---|
29 | port:lzo2 |
---|
30 | |
---|
31 | post-destroot { |
---|
32 | set docdir ${destroot}${prefix}/share/doc/${name} |
---|
33 | xinstall -d ${docdir} |
---|
34 | xinstall -m 644 -W ${worksrcpath} \ |
---|
35 | AUTHORS \ |
---|
36 | COPYING \ |
---|
37 | COPYING.README \ |
---|
38 | ChangeLog \ |
---|
39 | NEWS \ |
---|
40 | README \ |
---|
41 | THANKS \ |
---|
42 | ${docdir} |
---|
43 | } |
---|