Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= strongswan |
4 |
PORTNAME= strongswan |
5 |
PORTVERSION= 5.4.0 |
5 |
PORTVERSION= 5.5.0 |
6 |
CATEGORIES= security |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= http://download.strongswan.org/ \ |
7 |
MASTER_SITES= http://download.strongswan.org/ \ |
8 |
http://download2.strongswan.org/ |
8 |
http://download2.strongswan.org/ |
Lines 12-19
Link Here
|
12 |
|
12 |
|
13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv2 |
14 |
|
14 |
|
15 |
USES= cpe execinfo libtool:keepla pkgconfig tar:bzip2 |
15 |
USES= cpe execinfo libtool:keepla pkgconfig tar:bzip2 ssl |
16 |
USE_OPENSSL= yes |
|
|
17 |
USE_RC_SUBR= strongswan |
16 |
USE_RC_SUBR= strongswan |
18 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
19 |
USE_LDCONFIG= ${PREFIX}/lib/ipsec |
18 |
USE_LDCONFIG= ${PREFIX}/lib/ipsec |
Lines 87-93
Link Here
|
87 |
LDAP_CONFIGURE_ON= --enable-ldap |
86 |
LDAP_CONFIGURE_ON= --enable-ldap |
88 |
LDAP_USE= OPENLDAP=yes |
87 |
LDAP_USE= OPENLDAP=yes |
89 |
MYSQL_CONFIGURE_ON= --enable-mysql |
88 |
MYSQL_CONFIGURE_ON= --enable-mysql |
90 |
MYSQL_USE= MYSQL=yes |
89 |
MYSQL_USES= mysql |
91 |
SMP_LIB_DEPENDS= libxml2.so:textproc/libxml2 |
90 |
SMP_LIB_DEPENDS= libxml2.so:textproc/libxml2 |
92 |
SMP_CONFIGURE_ON= --enable-smp |
91 |
SMP_CONFIGURE_ON= --enable-smp |
93 |
SWANCTL_CONFIGURE_ON= --enable-swanctl |
92 |
SWANCTL_CONFIGURE_ON= --enable-swanctl |
Lines 98-104
Link Here
|
98 |
PKI_CONFIGURE_OFF= --disable-pki |
97 |
PKI_CONFIGURE_OFF= --disable-pki |
99 |
SCEP_CONFIGURE_OFF= --disable-scepclient |
98 |
SCEP_CONFIGURE_OFF= --disable-scepclient |
100 |
UNBOUND_CONFIGURE_ON= --enable-unbound |
99 |
UNBOUND_CONFIGURE_ON= --enable-unbound |
101 |
UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound |
100 |
UNBOUND_LIB_DEPENDS= libunbound.so:dns/unbound \ |
|
|
101 |
libldns.so:dns/ldns |
102 |
UNITY_CONFIGURE_ON= --enable-unity |
102 |
UNITY_CONFIGURE_ON= --enable-unity |
103 |
VICI_CONFIGURE_ON= --enable-vici |
103 |
VICI_CONFIGURE_ON= --enable-vici |
104 |
XAUTH_CONFIGURE_ON= --enable-xauth-eap --enable-xauth-generic |
104 |
XAUTH_CONFIGURE_ON= --enable-xauth-eap --enable-xauth-generic |