diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 16:45:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 16:45:19 +0000 |
commit | 46c48ab102f47ca5b1e69d01cce8c91e459e0664 (patch) | |
tree | 37742a2394e469c8d41f1328a32df046603d4b8d /security/tinc/Makefile | |
parent | c43f196739ebb98add65cfc34d14cb623bdc4a98 (diff) |
Notes
Diffstat (limited to 'security/tinc/Makefile')
-rw-r--r-- | security/tinc/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile new file mode 100644 index 000000000000..0915c285f6a9 --- /dev/null +++ b/security/tinc/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: tinc +# Date created: Jul 11, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tinc +PORTVERSION= 1.0p7 +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 + +LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ + intl:${PORTSDIR}/devel/gettext + +USE_OPENSSL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN5= tinc.conf.5 +MAN8= tincd.8 + +.include <bsd.port.mk> |