Ticket #3557: openvpn-Portfile.patch
File openvpn-Portfile.patch, 1.0 KB (added by cce@…, 19 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name openvpn 5 version 1.6.05 version 2.0 6 6 categories net security 7 7 maintainers julien.touche@touche.fr.st 8 8 description easy-to-use, robust, and highly configurable VPN … … 11 11 which can be used to securely link two or more \ 12 12 private networks using an encrypted tunnel over \ 13 13 the internet. 14 homepage http://openvpn.sourceforge.net/ 15 master_sites sourceforge 14 homepage http://openvpn.net/ 15 master_sites ${homepage}/release/ 16 distname ${name}-${version} 16 17 platforms darwin openbsd 17 18 depends_lib lib:liblzo:lzo 18 checksums md5 9eab3719b280a12d19ef1fda286cc36319 checksums md5 7401faebc6baee9add32608709c54eec 19 20 configure.args --mandir=${prefix}/share/man \ 20 21 --with-lzo-headers=${prefix}/include \ 21 22 --with-lzo-lib=${prefix}/lib