* Bump PORTREVISION of ports depending on them. Also while I'm here: * Add "gnome" to USES if the XML option is enabled to avoid warnings about using USE_GNOME alone. * Pet portlint Notable changes since 2.5.16 (graphics/libgphoto2) [1]: * Added new USB Ids for various camera types * Updated translations * Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS currently) Changes since 2.5.15 (graphics/gphoto2) [2]: * Maximum number in file ranges bumped from 16384 to 65536 * Add shell commands to match commandline: summary, storage-info, trigger-capture * Fixed a fd leak * Updated translations * Handle GP_EVENT_FILE_CHANGED event https://github.com/gphoto/libgphoto2/blob/libgphoto2-2_5_22-release/NEWS https://github.com/gphoto/gphoto2/blob/gphoto2-2_5_20-release/NEWS PR: 235817 [1], 235818 [2] Submitted by: Darren Mulligan <fixer@bsdmail.com> Approved by: woodsb02 (maintainer timeout)
24 lines
590 B
Makefile
24 lines
590 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= camerakit
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 13
|
|
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>
|