Date: Mon, 1 Jun 2015 13:19:35 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388226 - head/security/openvas-libnasl Message-ID: <201506011319.t51DJZnY074337@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 1 13:19:34 2015 New Revision: 388226 URL: https://svnweb.freebsd.org/changeset/ports/388226 Log: - Add LICENSE - Strip binaries Modified: head/security/openvas-libnasl/Makefile Modified: head/security/openvas-libnasl/Makefile ============================================================================== --- head/security/openvas-libnasl/Makefile Mon Jun 1 13:19:21 2015 (r388225) +++ head/security/openvas-libnasl/Makefile Mon Jun 1 13:19:34 2015 (r388226) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011319.t51DJZnY074337>