From d44a7023fd7e4eaf935a385736b7b2967f3f7476 Mon Sep 17 00:00:00 2001 From: tijl Date: Mon, 1 Sep 2014 19:00:08 +0000 Subject: Convert to USES=libtool and add INSTALL_TARGET=install-strip Obtained from: gnome-dev --- devel/libgsf/Makefile | 11 ++++++----- devel/libgsf/pkg-plist | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 61572e7e6df6..2a1240c58fac 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -4,7 +4,7 @@ PORTNAME= libgsf PORTVERSION= 1.14.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,12 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Extensible I/O abstraction for dealing with structured file formats -USES= gettext gmake pathfix pkgconfig tar:xz -USE_LDCONFIG= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gdkpixbuf2 glib20 gnomeprefix intlhack introspection:build \ - libxml2 ltverhack -USE_AUTOTOOLS= libtool + libxml2 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip .include diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist index 1925e263f10e..00cff591fb9e 100644 --- a/devel/libgsf/pkg-plist +++ b/devel/libgsf/pkg-plist @@ -51,9 +51,9 @@ include/libgsf-1/gsf/gsf-timestamp.h include/libgsf-1/gsf/gsf-utils.h include/libgsf-1/gsf/gsf.h lib/libgsf-1.a -lib/libgsf-1.la lib/libgsf-1.so lib/libgsf-1.so.114 +lib/libgsf-1.so.114.0.28 libdata/pkgconfig/libgsf-1.pc man/man1/gsf-office-thumbnailer.1.gz man/man1/gsf-vba-dump.1.gz -- cgit