summaryrefslogtreecommitdiff
path: root/graphics/digikam-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/digikam-kde4/Makefile')
-rw-r--r--graphics/digikam-kde4/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile
deleted file mode 100644
index 0ae574c6ca26..000000000000
--- a/graphics/digikam-kde4/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: digikam
-# Date created: 3 February 2003
-# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= digikam
-PORTVERSION= 0.8.1
-PORTREVISION= 1
-CATEGORIES= graphics kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= avleeuwen@piwebs.com
-COMMENT= Photo album manager for KDE with gphoto2 backend
-
-LIB_DEPENDS= kexif.1:${PORTSDIR}/graphics/libkexif \
- kipi.1:${PORTSDIR}/graphics/libkipi \
- gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
- Imlib2.3:${PORTSDIR}/graphics/imlib2 \
- sqlite3.8:${PORTSDIR}/databases/sqlite3
-RUN_DEPENDS= dcraw:${PORTSDIR}/graphics/dcraw
-
-USE_BZIP2= yes
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_KDELIBS_VER=3
-USE_REINPLACE= yes
-CONFIGURE_ARGS+=--program-prefix=''
-INSTALLS_SHLIB= yes
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's@-lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.post.mk>