diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-17 20:08:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-17 20:08:55 +0000 |
commit | 51e90539ffe939bdbe1c339ac2fa291485182927 (patch) | |
tree | 63033114db0af6eb97769f5947eca43dd5728687 /graphics/digikam/Makefile | |
parent | de2b9b562cbe54608dc7ab4d28053ae8eedb56ce (diff) | |
download | ports-51e90539ffe939bdbe1c339ac2fa291485182927.tar.gz ports-51e90539ffe939bdbe1c339ac2fa291485182927.zip |
Notes
Diffstat (limited to 'graphics/digikam/Makefile')
-rw-r--r-- | graphics/digikam/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile new file mode 100644 index 000000000000..a5b407fd026b --- /dev/null +++ b/graphics/digikam/Makefile @@ -0,0 +1,23 @@ +# 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 + +.include <bsd.port.mk> |