1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Strip library

This commit is contained in:
Dmitry Marakasov 2015-06-17 22:44:46 +00:00
parent 9b8777cfa7
commit 45017f66c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390003

View File

@ -2,7 +2,7 @@
PORTNAME= fortytwo
PORTVERSION= 0.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= graphics gnustep
MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION}
DISTFILES= FT-${PORTVERSION}-src.tgz \
@ -28,4 +28,7 @@ DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/FT
ADDITIONAL_OBJCFLAGS+= -I${BDB_INCLUDE_DIR}
ADDITIONAL_LDFLAGS+= -L${BDB_LIB_DIR}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Frameworks/FT.framework/Versions/0/libFT.so
.include <bsd.port.mk>