summaryrefslogtreecommitdiff
path: root/security/tinc/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-14 20:30:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-14 20:30:16 +0000
commit9e03f19df19f5efc5993a9fd8593b144a74ac611 (patch)
tree0b432db5c0e01c06c359c252bbcc08edca130e6b /security/tinc/Makefile
parentAdd an entry for x11-toolkits/gtk-industrial-theme. (diff)
- Update to 1.0.1
- Take maintainership
Notes
Notes: svn path=/head/; revision=86960
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 3584a7d4799d..fed53fd60b0c 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>