2013-01-26 17:06:35 +01:00
|
|
|
# Created by: ijliao
|
2002-07-11 18:45:19 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tinc
|
2014-05-12 12:45:28 +02:00
|
|
|
PORTVERSION= 1.0.24
|
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
|
|
|
|
2013-12-07 06:09:57 +01:00
|
|
|
LIB_DEPENDS= liblzo2.so:${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
|
2012-08-06 01:19:36 +02:00
|
|
|
USE_RC_SUBR= tincd
|
2013-12-07 06:09:57 +01:00
|
|
|
INFO= tinc
|
2013-11-29 20:56:51 +01:00
|
|
|
PLIST_FILES= sbin/tincd \
|
|
|
|
man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
|
|
|
|
|
2002-07-11 18:45:19 +02:00
|
|
|
.include <bsd.port.mk>
|