summaryrefslogtreecommitdiffstats
path: root/textproc/exempi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/exempi/Makefile')
-rw-r--r--textproc/exempi/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile
deleted file mode 100644
index 6d3175368..000000000
--- a/textproc/exempi/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: exempi
-# Date created: 2008-02-26
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= exempi
-PORTVERSION= 1.99.9
-CATEGORIES= textproc
-MASTER_SITES= http://libopenraw.freedesktop.org/download/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A port of Adobe XMP SDK to work on UNIX
-
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= ltverhack gnomehack
-CONFIGURE_ARGS= --enable-unittest=no
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
- LIBS="-liconv"
-USE_ICONV= yes
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>