1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name openconnect |
---|
7 | version 2.25 |
---|
8 | categories net |
---|
9 | platforms macosx |
---|
10 | maintainers gmail.com+macports:Mathias.Laurin |
---|
11 | description OpenConnect is a client for Cisco's AnyConnect SSL VPN |
---|
12 | long_description OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is supported by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers. |
---|
13 | |
---|
14 | homepage http://www.infradead.org/openconnect/ |
---|
15 | |
---|
16 | distname ${name}-${version} |
---|
17 | master_sites ftp://ftp.infradead.org/pub/openconnect/ |
---|
18 | checksums md5 796a32b611ee6210a5367eb9684d6778 |
---|
19 | |
---|
20 | livecheck.distname openconnect |
---|
21 | |
---|
22 | depends_lib port:libxml2 \ |
---|
23 | port:zlib \ |
---|
24 | port:openssl \ |
---|
25 | port:tuntaposx |
---|
26 | |
---|
27 | use_configure no |
---|
28 | patchfiles Makefile-destroot-patch.diff |
---|
29 | |
---|
30 | destroot.destdir DESTDIR=${destroot}${prefix} |
---|
31 | |
---|