- Strip library

This commit is contained in:
Dmitry Marakasov 2015-06-17 22:44:29 +00:00
parent a983e49f7f
commit 5275dc14ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389998

View File

@ -2,7 +2,7 @@
PORTNAME= camerakit
PORTVERSION= 0.0.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= CameraKit-20041011
@ -12,10 +12,13 @@ COMMENT= Framework that allows to access digital cameras
LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
USES= tar:bzip2 gnustep
USES= tar:bzip2 gnustep
USE_GNUSTEP= build back
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/CameraKit
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/0/libCameraKit.so
.include <bsd.port.mk>