1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \ |
---|
2 | c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
3 | # |
---|
4 | # $Id$ |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name vpnc |
---|
8 | version 0.5.1 |
---|
9 | categories net |
---|
10 | maintainers stud.uni-heidelberg.de:mkiehn |
---|
11 | description client for cisco vpn concentrator |
---|
12 | long_description vpnc is an open source replacement for the commercial \ |
---|
13 | cisco vpnclient. It is supposed to work with the following \ |
---|
14 | systems: \ |
---|
15 | - Cisco VPN concentrator 3000 Series \ |
---|
16 | - Cisco IOS routers \ |
---|
17 | - Cisco PIX / ASA Zecurity Appliances \ |
---|
18 | - Juniper/Netscreen \ |
---|
19 | \ |
---|
20 | You will also need the tun/tap driver for MacOSX: \ |
---|
21 | http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ |
---|
22 | |
---|
23 | homepage http://www.unix-ag.uni-kl.de/~massar/vpnc/ |
---|
24 | platforms darwin |
---|
25 | master_sites http://www.unix-ag.uni-kl.de/~massar/vpnc/ |
---|
26 | |
---|
27 | checksums sha1 efc71dba03aa40945af35e4b074d99f922ff7ffd \ |
---|
28 | rmd160 76dd5a3a38bd2109cf8e1fbad85e2762e8489832 |
---|
29 | |
---|
30 | depends_lib port:libgcrypt \ |
---|
31 | port:libgpg-error |
---|
32 | |
---|
33 | patchfiles patch-Makefile \ |
---|
34 | patch-config.c |
---|
35 | |
---|
36 | use_configure no |
---|
37 | |
---|
38 | build.args PREFIX=${prefix} |
---|
39 | destroot.args PREFIX=${prefix} |
---|