# $Id: Portfile,v 1.7 2005/11/04 06:51:00 mww Exp $ PortSystem 1.0 name openvpn2 version 2.0.4 distname openvpn-${version} categories net security maintainers jordiyeh@gmail.com 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 de32775b88e6bcd737ae93b9a365494c depends_lib port:lzo \ port:openssl configure.args --mandir=${prefix}/share/man \ --with-lzo-headers=${prefix}/include \ --with-lzo-lib=${prefix}/lib \ --with-ssl-headers=${prefix}/include \ --with-ssl-lib=${prefix}/lib \ --program-suffix=2 variant no_lzo { configure.args-append --disable-lzo depends_lib-delete port:lzo } platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }