# $Id: Portfile,v 1.2 2004/12/17 01:38:23 landonf Exp $ PortSystem 1.0 name openvpn2 version 2.0_beta15 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://openvpn.sourceforge.net/ master_sites sourceforge:openvpn platforms darwin openbsd checksums md5 80381191d5197bf3f4de5569b0d5cd14 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 }