1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Add LICENSE_FILE

- Strip library
This commit is contained in:
Dmitry Marakasov 2015-05-15 17:01:08 +00:00
parent 89858333dd
commit 11dbaf82ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386437

View File

@ -3,6 +3,7 @@
PORTNAME= bncsutil
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -ghost++
@ -11,6 +12,8 @@ DISTNAME= ${PROJECTHOST}_${PROJECTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility library for Battle.net clients in C++
LICENSE= APACHE20
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
PROJECTHOST= ghostplusplus
@ -22,4 +25,7 @@ MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbncsutil.so
.include <bsd.port.mk>