aboutsummaryrefslogtreecommitdiff
path: root/security/tinc-devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-01-10 17:33:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-01-10 17:33:10 +0000
commitc6d6cec93fe21b48fe32e020f2736546058a8312 (patch)
treebd5fa423c409257a5142495ee52819b3847b32ca /security/tinc-devel
parent704097f5725ec9d597f9128f27e4db548648b58a (diff)
downloadports-c6d6cec93fe21b48fe32e020f2736546058a8312.tar.gz
ports-c6d6cec93fe21b48fe32e020f2736546058a8312.zip
- Fix LICENSE
- Add LICENSE_FILE - Switch to USES=localbase Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=489880
Diffstat (limited to 'security/tinc-devel')
-rw-r--r--security/tinc-devel/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/tinc-devel/Makefile b/security/tinc-devel/Makefile
index 8ab0c0a2023d..5abc3b6db82b 100644
--- a/security/tinc-devel/Makefile
+++ b/security/tinc-devel/Makefile
@@ -11,20 +11,19 @@ PKGNAMESUFFIX= -devel
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Virtual Private Network (VPN) daemon
-LICENSE= GPLv3
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblzo2.so:archivers/lzo2
-USES= cpe ssl makeinfo readline
+USES= cpe ssl makeinfo readline localbase:ldflags
CPE_VENDOR= tinc-vpn
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var --with-curses=/usr
USE_RC_SUBR= tincd
INFO= tinc
PLIST_FILES= sbin/tincd sbin/tinc \
man/man8/tinc-gui.8.gz man/man5/tinc.conf.5.gz \
- man/man8/tinc.8.gz man/man8/tincd.8.gz
+ man/man8/tinc.8.gz man/man8/tincd.8.gz
.include <bsd.port.mk>