opnsense-ports/graphics/camerakit/Makefile
Franco Fichtner 49c7abeff8 */*: sync with upstream
Taken from: HardenedBSD
2018-01-14 08:16:55 +01:00

24 lines
590 B
Makefile

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