aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 13:19:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-01 13:19:34 +0000
commit5210757db109489f175995bff47d461b6cc93c89 (patch)
tree79209c904370e2397591a20e776249e44313a12a
parentf55ed12d521d245ce4aa3b8f2e76b42182a4c41b (diff)
downloadports-5210757db109489f175995bff47d461b6cc93c89.tar.gz
ports-5210757db109489f175995bff47d461b6cc93c89.zip
Notes
-rw-r--r--security/openvas-libnasl/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile
index b3176cc05469..f0c8a26ae0a1 100644
--- a/security/openvas-libnasl/Makefile
+++ b/security/openvas-libnasl/Makefile
@@ -3,13 +3,16 @@
PORTNAME= openvas-libnasl
PORTVERSION= 2.0.1
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/561/
MAINTAINER= ports@FreeBSD.org
COMMENT= NASL libraries for OpenVAS
+LICENSE= GPLv2 # only
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libgnutls.so:${PORTSDIR}/security/gnutls \
libgpg-error.so:${PORTSDIR}/security/libgpg-error \
@@ -26,4 +29,8 @@ CONFIGURE_ARGS= --localstatedir=/var
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lgcrypt
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openvas-nasl
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopenvasnasl.so
+
.include <bsd.port.mk>