Ticket #21778: vpnc-Portfile.diff
File vpnc-Portfile.diff, 993 bytes (added by kiehn@…, 15 years ago) |
---|
-
Portfile
17 17 - Cisco VPN concentrator 3000 Series \ 18 18 - Cisco IOS routers \ 19 19 - Cisco PIX / ASA Zecurity Appliances \ 20 - Juniper/Netscreen \ 21 \ 22 You will also need the tun/tap driver for Mac OS X: \ 23 http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ 24 20 - Juniper/Netscreen 21 25 22 homepage http://www.unix-ag.uni-kl.de/~massar/vpnc/ 26 23 platforms darwin 27 24 master_sites http://www.unix-ag.uni-kl.de/~massar/vpnc/ … … 31 28 32 29 depends_lib port:libgcrypt \ 33 30 port:libgpg-error 31 depends_run port:tuntaposx 34 32 35 33 patchfiles patch-config.c 36 34 post-patch { reinplace "s|__ETCDIR__|${prefix}/etc|g" config.c }