mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Add LICENSE
- Strip library
This commit is contained in:
parent
e8f8110983
commit
4632387ff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386055
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PORTNAME= arts++
|
PORTNAME= arts++
|
||||||
PORTVERSION= 1.1.a13
|
PORTVERSION= 1.1.a13
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= http://www.caida.org/tools/utilities/arts/download/
|
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
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Network data storage and analysis library from CAIDA
|
COMMENT= Network data storage and analysis library from CAIDA
|
||||||
|
|
||||||
|
LICENSE= LGPL21
|
||||||
|
|
||||||
USES= gmake libtool
|
USES= gmake libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-shared
|
CONFIGURE_ARGS= --enable-shared
|
||||||
@ -31,6 +33,7 @@ post-patch:
|
|||||||
${WRKSRC}/classes/*/Makefile.in
|
${WRKSRC}/classes/*/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libArts.so
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
||||||
.for f in ChangeLog INSTALL WishList
|
.for f in ChangeLog INSTALL WishList
|
||||||
|
Loading…
Reference in New Issue
Block a user