Ticket #13609: Portfile

File Portfile, 1.4 KB (added by kiehn@…, 17 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
2c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
3#
4# $Id$
5PortSystem          1.0
6
7name                vpnc
8version             0.5.1
9categories          net
10maintainers         stud.uni-heidelberg.de:mkiehn
11description         client for cisco vpn concentrator
12long_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                   
23homepage            http://www.unix-ag.uni-kl.de/~massar/vpnc/
24platforms           darwin
25master_sites        http://www.unix-ag.uni-kl.de/~massar/vpnc/
26
27checksums           sha1 efc71dba03aa40945af35e4b074d99f922ff7ffd \
28                    rmd160 76dd5a3a38bd2109cf8e1fbad85e2762e8489832
29
30depends_lib         port:libgcrypt \
31                    port:libgpg-error
32
33patchfiles          patch-Makefile \
34                    patch-config.c
35
36use_configure       no
37
38build.args          PREFIX=${prefix}
39destroot.args       PREFIX=${prefix}