2002-07-11 18:45:19 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: tinc
|
|
|
|
# Date created: Jul 11, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tinc
|
2011-06-30 16:39:57 +02:00
|
|
|
PORTVERSION= 1.0.15
|
2002-07-11 18:45:19 +02:00
|
|
|
CATEGORIES= security
|
2004-05-26 08:19:05 +02:00
|
|
|
MASTER_SITES= http://www.tinc-vpn.org/packages/ \
|
2002-07-11 18:45:19 +02:00
|
|
|
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \
|
2004-05-26 08:19:05 +02:00
|
|
|
http://www.mirrors.wiretapped.net/security/network-security/tinc/
|
2002-07-11 18:45:19 +02:00
|
|
|
|
2007-07-25 13:50:59 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A Virtual Private Network (VPN) daemon
|
2002-07-11 18:45:19 +02:00
|
|
|
|
2011-05-11 18:18:11 +02:00
|
|
|
LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2
|
2002-07-11 18:45:19 +02:00
|
|
|
|
2010-06-04 15:14:56 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2002-07-11 18:45:19 +02:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2003-12-19 16:06:22 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2003-09-03 07:37:24 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
2011-06-30 16:39:57 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
|
2008-10-26 14:01:46 +01:00
|
|
|
USE_RC_SUBR= tincd.sh
|
2002-07-11 18:45:19 +02:00
|
|
|
|
2011-06-30 16:39:57 +02:00
|
|
|
PLIST_FILES= sbin/tincd
|
2002-07-11 18:45:19 +02:00
|
|
|
MAN5= tinc.conf.5
|
|
|
|
MAN8= tincd.8
|
2003-08-14 22:30:16 +02:00
|
|
|
INFO= tinc
|
2002-07-11 18:45:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|