aboutsummaryrefslogtreecommitdiff
path: root/textproc/exempi/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-07 22:19:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-07 22:19:23 +0000
commit58e1aa91d7d61b70759991429d08fcf11f215146 (patch)
treea962c48964b82182bd296caca56750ff29d805da /textproc/exempi/Makefile
parent700421820884d3eef2c21edf2f75cd538de2dec7 (diff)
downloadports-58e1aa91d7d61b70759991429d08fcf11f215146.tar.gz
ports-58e1aa91d7d61b70759991429d08fcf11f215146.zip
Convert to
USES=libtool Strip binaries
Notes
Notes: svn path=/head/; revision=353221
Diffstat (limited to 'textproc/exempi/Makefile')
-rw-r--r--textproc/exempi/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile
index 8522970b7b72..69d9db701878 100644
--- a/textproc/exempi/Makefile
+++ b/textproc/exempi/Makefile
@@ -4,22 +4,23 @@
PORTNAME= exempi
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://libopenraw.freedesktop.org/download/
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A port of Adobe XMP SDK to work on UNIX
+COMMENT= Port of Adobe XMP SDK to work on UNIX
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
-USE_AUTOTOOLS= libtool
-USE_GNOME= ltverhack
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-unittest=no
CONFIGURE_ENV= LIBS="${ICONV_LIB}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES= pathfix iconv
+USES= pathfix iconv libtool:keepla
USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \