svn commit: r389998 - head/graphics/camerakit

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 22:44:30 UTC 2015


Author: amdmi3
Date: Wed Jun 17 22:44:29 2015
New Revision: 389998
URL: https://svnweb.freebsd.org/changeset/ports/389998

Log:
  - Strip library

Modified:
  head/graphics/camerakit/Makefile

Modified: head/graphics/camerakit/Makefile
==============================================================================
--- head/graphics/camerakit/Makefile	Wed Jun 17 22:44:19 2015	(r389997)
+++ head/graphics/camerakit/Makefile	Wed Jun 17 22:44:29 2015	(r389998)
@@ -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
 
 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>


More information about the svn-ports-all mailing list