diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arts++/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index b684812df4c2..789cfb8485ad 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -3,7 +3,7 @@ PORTNAME= arts++ PORTVERSION= 1.1.a13 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.caida.org/tools/utilities/arts/download/ @@ -11,6 +11,8 @@ MASTER_SITES= http://www.caida.org/tools/utilities/arts/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Network data storage and analysis library from CAIDA +LICENSE= LGPL21 + USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared @@ -31,6 +33,7 @@ post-patch: ${WRKSRC}/classes/*/Makefile.in post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libArts.so .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for f in ChangeLog INSTALL WishList |