freebsd-ports/graphics/camerakit/Makefile
Ben Woods 389a95ff59 graphics/gphoto2: Update to 2.5.14
graphics/libgphoto2: Update to 2.5.14
graphics/py-gphoto2: Update to 1.7.0

- Bump dependent ports
- Take maintainership of graphics/gtkam
2017-08-14 12:56:23 +00:00

24 lines
589 B
Makefile

# $FreeBSD$
PORTNAME= camerakit
PORTVERSION= 0.0.1
PORTREVISION= 8
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>