Update databases/mariadb105-server to version 10.5.17
[dports.git] / graphics / camerakit / Makefile
1 PORTNAME=       camerakit
2 PORTVERSION=    0.0.1
3 PORTREVISION=   14
4 CATEGORIES=     graphics gnustep
5 MASTER_SITES=   http://download.gna.org/gsimageapps/
6 DISTNAME=       CameraKit-20041011
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        Framework that allows to access digital cameras
10 WWW=            http://home.gna.org/gsimageapps/
11
12 LIB_DEPENDS=    libgphoto2.so:graphics/libgphoto2
13
14 USES=           tar:bzip2 gnustep
15 USE_GNUSTEP=    build back
16 USE_LDCONFIG=   ${GNUSTEP_LOCAL_LIBRARIES}
17
18 WRKSRC=         ${WRKDIR}/CameraKit
19
20 post-install:
21         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/CameraKit.framework/Versions/0/libCameraKit.so
22
23 .include <bsd.port.mk>