Ticket #21778: vpnc-Portfile.diff

File vpnc-Portfile.diff, 993 bytes (added by kiehn@…, 15 years ago)

Adding tuntaposx as a dependency

  • Portfile

     
    1717                    - Cisco VPN concentrator 3000 Series \
    1818                    - Cisco IOS routers \
    1919                    - 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
    2522homepage            http://www.unix-ag.uni-kl.de/~massar/vpnc/
    2623platforms           darwin
    2724master_sites        http://www.unix-ag.uni-kl.de/~massar/vpnc/
     
    3128
    3229depends_lib         port:libgcrypt \
    3330                    port:libgpg-error
     31depends_run         port:tuntaposx
    3432
    3533patchfiles          patch-config.c
    3634post-patch { reinplace "s|__ETCDIR__|${prefix}/etc|g" config.c }