Ticket #14130: Portfile-vpnc.diff
File Portfile-vpnc.diff, 964 bytes (added by kiehn@…, 17 years ago) |
---|
-
Portfile
old new 7 7 8 8 name vpnc 9 9 version 0.5.1 10 revision 1 10 11 categories net 11 maintainers kiehn@stud.uni-heidelberg.de 12 maintainers openmaintainer \ 13 stud.uni-heidelberg.de:kiehn 12 14 description client for cisco vpn concentrator 13 15 long_description vpnc is an open source replacement for the commercial \ 14 16 cisco vpnclient. It is supposed to work with the following \ … … 39 41 build.args PREFIX=${prefix} ETCDIR=${prefix}/etc/vpnc 40 42 41 43 destroot.args PREFIX=${prefix} ETCDIR=${prefix}/etc/vpnc 44 45 variant hybrid-cert description "Enable the support for hybrid and cert modes in vpnc" { 46 depends_lib-append port:openssl 47 build.args-append "OPENSSL_GPL_VIOLATION=-DOPENSSL_GPL_VIOLATION OPENSSLLIBS=-lcrypto" 48 }