summaryrefslogtreecommitdiff
path: root/graphics/libkexiv2-kde4/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /graphics/libkexiv2-kde4/Makefile
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'graphics/libkexiv2-kde4/Makefile')
-rw-r--r--graphics/libkexiv2-kde4/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/libkexiv2-kde4/Makefile b/graphics/libkexiv2-kde4/Makefile
deleted file mode 100644
index 6c6f7c64b430..000000000000
--- a/graphics/libkexiv2-kde4/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: libkexiv2
-# Date created: 14 March 2007
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= libkexiv2
-PORTVERSION= 0.1.7
-PORTREVISION= 1
-CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= kipi
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= A wrapper library to manipulate pictures metadata
-
-LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_GNOME= gnomehack pkgconfig
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>