diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-08 06:19:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-08 06:19:23 +0800 |
commit | f1d9ea4954209fea1c158b82a00d591a9a0a4439 (patch) | |
tree | a962c48964b82182bd296caca56750ff29d805da /textproc/exempi | |
parent | 99b475588ee4e8bc56287244524cc5245f4aaa12 (diff) | |
download | freebsd-ports-gnome-f1d9ea4954209fea1c158b82a00d591a9a0a4439.tar.gz freebsd-ports-gnome-f1d9ea4954209fea1c158b82a00d591a9a0a4439.tar.zst freebsd-ports-gnome-f1d9ea4954209fea1c158b82a00d591a9a0a4439.zip |
Convert to
USES=libtool
Strip binaries
Diffstat (limited to 'textproc/exempi')
-rw-r--r-- | textproc/exempi/Makefile | 11 | ||||
-rw-r--r-- | textproc/exempi/pkg-plist | 1 |
2 files changed, 7 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|' \ diff --git a/textproc/exempi/pkg-plist b/textproc/exempi/pkg-plist index 2e039e9feda0..f52fb477f5cb 100644 --- a/textproc/exempi/pkg-plist +++ b/textproc/exempi/pkg-plist @@ -5,6 +5,7 @@ lib/libexempi.a lib/libexempi.la lib/libexempi.so lib/libexempi.so.3 +lib/libexempi.so.3.2.1 libdata/pkgconfig/exempi-2.0.pc @dirrm include/exempi-2.0/exempi @dirrm include/exempi-2.0 |