aboutsummaryrefslogtreecommitdiff
path: root/graphics/digikam-kde4/Makefile
blob: 4eecf1d52c33fe480fd767ae95b863cecc18f3e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	digikam
# Date created: 			3 February 2003
# Whom:					Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#

PORTNAME=	digikam
PORTVERSION=	0.5.1
CATEGORIES=	graphics kde
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	avleeuwen@piwebs.com
COMMENT=	"A KDE frontend to gphoto2 for communicating with your digicam"

LIB_DEPENDS=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_KDELIBS_VER=3
CONFIGURE_ENV=	XML2POT=${TRUE} PO2XML=${TRUE}

.include <bsd.port.mk>