freebsd-ports/graphics/camerakit/Makefile
2023-04-25 17:17:15 +02:00

23 lines
616 B
Makefile

PORTNAME= camerakit
PORTVERSION= 0.0.1
PORTREVISION= 15
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
WWW= http://home.gna.org/gsimageapps/
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>