# $Id: Portfile,v 1.2 2003/12/29 20:41:13 jkh Exp $ PortSystem 1.0 name openvpn version 1.5.0 categories net 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 platforms darwin openbsd depends_lib lib:liblzo:lzo checksums md5 55d7ce958bb2ccf3d3204d1350c27179 configure.args --mandir=${prefix}/share/man --with-lzo-headers=${prefix}/include --with-lzo-lib=${prefix}/lib variant no_lzo { configure.args-append --disable-lzo }