freebsd-ports/security/tinc/Makefile

29 lines
685 B
Makefile
Raw Normal View History

# Created by: ijliao
# $FreeBSD$
PORTNAME= tinc
2014-05-12 12:45:28 +02:00
PORTVERSION= 1.0.24
CATEGORIES= security
MASTER_SITES= http://www.tinc-vpn.org/packages/ \
ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \
http://www.mirrors.wiretapped.net/security/network-security/tinc/
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
2013-12-07 06:09:57 +01:00
LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
2010-06-04 15:14:56 +02:00
LICENSE= GPLv3
USE_OPENSSL= yes
GNU_CONFIGURE= yes
2003-12-19 16:06:22 +01:00
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
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
.include <bsd.port.mk>