diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 06:44:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 06:44:29 +0800 |
commit | 92292d710722596337a9162a2fc84338c01c57d2 (patch) | |
tree | 2524176b7fb3689a6261e0c4171b86004e71c4c2 /graphics | |
parent | e6ebb973f4f2951e6b41524b06b240d5e378ed26 (diff) | |
download | freebsd-ports-gnome-92292d710722596337a9162a2fc84338c01c57d2.tar.gz freebsd-ports-gnome-92292d710722596337a9162a2fc84338c01c57d2.tar.zst freebsd-ports-gnome-92292d710722596337a9162a2fc84338c01c57d2.zip |
- Strip library
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/camerakit/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile index 0af0b2adaf03..58a3ca942623 100644 --- a/graphics/camerakit/Makefile +++ b/graphics/camerakit/Makefile @@ -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> |