summaryrefslogtreecommitdiffstats
path: root/security/tinc/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-14 20:30:16 +0000
committerkrion <krion@FreeBSD.org>2003-08-14 20:30:16 +0000
commit2f1d5d26c2ce9e4844d3b2ea4311b72b73cb3685 (patch)
treee26146b8ed67df5c9c0286d1b7123d2635c4cb6c /security/tinc/Makefile
parent2dc99313c96e93cdac9e10510ecea7345e794b79 (diff)
downloadFreeBSD-ports-2f1d5d26c2ce9e4844d3b2ea4311b72b73cb3685.zip
FreeBSD-ports-2f1d5d26c2ce9e4844d3b2ea4311b72b73cb3685.tar.gz
- Update to 1.0.1
- Take maintainership
Diffstat (limited to 'security/tinc/Makefile')
-rw-r--r--security/tinc/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index 3584a7d..fed53fd 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -7,18 +7,17 @@
#
PORTNAME= tinc
-PORTVERSION= 1.0p8
-PORTREVISION= 1
+PORTVERSION= 1.0.1
CATEGORIES= security
MASTER_SITES= http://tinc.nl.linux.org/packages/ \
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \
http://the.wiretapped.net/security/network-security/tinc/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= krion@FreeBSD.org
COMMENT= A Virtual Private Network (VPN) daemon
-LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \
+ lzo.1:${PORTSDIR}/archivers/lzo
USE_OPENSSL= yes
USE_REINPLACE= yes
@@ -30,13 +29,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN5= tinc.conf.5
MAN8= tincd.8
+INFO= tinc
pre-configure:
${REINPLACE_CMD} \
's/OpenSSL_add_all_algorithms/OpenSSL_add_all_ciphers/' \
${WRKSRC}/configure
-post-extract:
- @${RM} -f ${WRKSRC}/doc/tinc.info*
-
.include <bsd.port.mk>
OpenPOWER on IntegriCloud