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