Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= gnutls |
8 |
PORTNAME= gnutls |
9 |
PORTVERSION= 0.8.10 |
9 |
PORTVERSION= 0.8.10 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= security net |
11 |
CATEGORIES= security net |
11 |
MASTER_SITES= ${MASTER_SITE_GNUPG} \ |
12 |
MASTER_SITES= ${MASTER_SITE_GNUPG} \ |
12 |
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ |
13 |
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ |
Lines 17-25
Link Here
|
17 |
MAINTAINER= sergei@kolobov.com |
18 |
MAINTAINER= sergei@kolobov.com |
18 |
COMMENT= GNU Transport Layer Security library |
19 |
COMMENT= GNU Transport Layer Security library |
19 |
|
20 |
|
20 |
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ |
21 |
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt |
21 |
tasn1.2:${PORTSDIR}/security/libtasn1 \ |
|
|
22 |
opencdk.6:${PORTSDIR}/security/opencdk |
23 |
|
22 |
|
24 |
USE_LIBTOOL= yes |
23 |
USE_LIBTOOL= yes |
25 |
INSTALLS_SHLIB= yes |
24 |
INSTALLS_SHLIB= yes |
Lines 27-32
Link Here
|
27 |
LDFLAGS+= -L${LOCALBASE}/lib |
26 |
LDFLAGS+= -L${LOCALBASE}/lib |
28 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
27 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
29 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
28 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
|
|
29 |
CONFIGURE_ARGS= --with-included-lzo |
30 |
|
31 |
.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.2) |
32 |
LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 |
33 |
.else |
34 |
CONFIGURE_ARGS+= --with-included-libtasn1 |
35 |
.endif |
36 |
|
37 |
.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.6) |
38 |
LIB_DEPENDS+= opencdk.6:${PORTSDIR}/security/opencdk |
39 |
.else |
40 |
CONFIGURE_ARGS+= --disable-openpgp-authentication |
41 |
.endif |
30 |
|
42 |
|
31 |
DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps |
43 |
DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps |
32 |
EXAMPLES= doc/examples/*.c |
44 |
EXAMPLES= doc/examples/*.c |