From 11dbaf82ae1f65d3a298649b418747aa3be8a660 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 15 May 2015 17:01:08 +0000 Subject: [PATCH] - Add LICENSE_FILE - Strip library --- devel/bncsutil-ghost++/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/bncsutil-ghost++/Makefile b/devel/bncsutil-ghost++/Makefile index a985268466f0..ba2f1c701060 100644 --- a/devel/bncsutil-ghost++/Makefile +++ b/devel/bncsutil-ghost++/Makefile @@ -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