# $Id: Portfile,v 1.4 2005/04/20 20:43:13 mww Exp $ PortSystem 1.0 name openvpn2 version 2.0 distname openvpn-${version} categories net security maintainers julien.touche@touche.fr.st description easy-to-use, robust, and highly configurable VPN long_description OpenVPN is an easy-to-use, robust, and highly \ configurable VPN (Virtual Private Network) daemon \ which can be used to securely link two or more \ private networks using an encrypted tunnel over \ the internet. homepage http://www.openvpn.net/ master_sites ${homepage}/release/ platforms darwin distname openvpn-${version} checksums md5 7401faebc6baee9add32608709c54eec depends_lib lib:liblzo:lzo \ lib:libssl:openssl configure.args --mandir=${prefix}/share/man \ --with-lzo-headers=${prefix}/include \ --with-lzo-lib=${prefix}/lib \ --program-suffix=2 variant no_lzo { configure.args-append --disable-lzo depends_lib-delete lib:liblzo:lzo }