Tweak graphics/camerakit version 0.0.1_2
[dports.git] / graphics / camerakit / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       camerakit
4 PORTVERSION=    0.0.1
5 PORTREVISION=   2
6 CATEGORIES=     graphics gnustep
7 MASTER_SITES=   http://download.gna.org/gsimageapps/
8 DISTNAME=       CameraKit-20041011
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Framework that allows to access digital cameras
12
13 LIB_DEPENDS=    libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
14
15 USES=   tar:bzip2
16 USE_GNUSTEP=    yes
17 USE_GNUSTEP_BACK=       yes
18 USE_GNUSTEP_BUILD=      yes
19 USE_GNUSTEP_INSTALL=    yes
20 USE_GNUSTEP_LDCONFIG=   ${GNUSTEP_LOCAL_LIBRARIES}
21
22 WRKSRC=         ${WRKDIR}/CameraKit
23
24 .include <bsd.port.mk>