svn commit: r386055 - head/net-mgmt/arts++
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 11 08:10:51 UTC 2015
Author: amdmi3
Date: Mon May 11 08:10:50 2015
New Revision: 386055
URL: https://svnweb.freebsd.org/changeset/ports/386055
Log:
- Add LICENSE
- Strip library
Modified:
head/net-mgmt/arts++/Makefile
Modified: head/net-mgmt/arts++/Makefile
==============================================================================
--- head/net-mgmt/arts++/Makefile Mon May 11 06:46:07 2015 (r386054)
+++ head/net-mgmt/arts++/Makefile Mon May 11 08:10:50 2015 (r386055)
@@ -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
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list