aboutsummaryrefslogtreecommitdiff
path: root/graphics/libkdcraw-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libkdcraw-kde4/Makefile')
-rw-r--r--graphics/libkdcraw-kde4/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/libkdcraw-kde4/Makefile b/graphics/libkdcraw-kde4/Makefile
deleted file mode 100644
index 1da077ddea3a..000000000000
--- a/graphics/libkdcraw-kde4/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: libkdcraw
-# Date created: 22 June 2007
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= libkdcraw
-PORTVERSION= 0.1.8
-CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= kipi
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= A C++ interface around the LibRaw library
-
-LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_KDELIBS_VER=3
-USE_GNOME= gnomehack pkgconfig
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>