2006-09-12 20:28:06 +02:00
|
|
|
# New ports collection makefile for: camera
|
|
|
|
# Date created: 11 Sep 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
2006-09-12 20:28:06 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= camera
|
|
|
|
PORTVERSION= 0.8
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= graphics gnustep
|
2011-08-07 11:48:36 +02:00
|
|
|
MASTER_SITES= http://download.gna.org/gsimageapps/ \
|
2007-01-13 04:57:25 +01:00
|
|
|
${MASTER_SITE_GNUSTEP_CH}
|
2006-09-12 20:28:06 +02:00
|
|
|
DISTNAME= Camera-${PORTVERSION}
|
|
|
|
|
2008-04-29 20:00:11 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2006-09-12 20:28:06 +02:00
|
|
|
COMMENT= GNUstep application for digital still cameras
|
|
|
|
|
2006-09-12 22:15:03 +02:00
|
|
|
LIB_DEPENDS+= gphoto2_port:${PORTSDIR}/graphics/libgphoto2
|
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-09-12 20:28:06 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/Camera
|
2006-09-12 20:28:06 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|