From 2a027ff7fb44b592d6146ffe0bebf45fbd324fb8 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sun, 16 Feb 2014 15:00:46 +0000 Subject: [PATCH] Clean up. Use new LIB_DEPENDS syntax, stagify, put gmake into USES, strip libraries. Replace ltverhack with USES=libtool. PR: ports/185923 Submitted by: Dmitry Marakasov --- devel/libgdata/Makefile | 12 +++++------- devel/libgdata/pkg-plist | 1 + 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index 2b58524e2478..cca08683ffa3 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -11,18 +11,16 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= GLib based implementation of the GData protocol -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome +LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome USE_BZIP2= yes USE_LDCONFIG= yes -USES= gettext pkgconfig -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack intltool ltverhack glib20 +USES= gettext gmake libtool pathfix pkgconfig +GNU_CONFIGURE= yes +USE_GNOME= glib20 intltool introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" -NO_STAGE= yes .include diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist index 6469866830a5..ea2ce934823f 100644 --- a/devel/libgdata/pkg-plist +++ b/devel/libgdata/pkg-plist @@ -65,6 +65,7 @@ lib/libgdata.a lib/libgdata.la lib/libgdata.so lib/libgdata.so.7 +lib/libgdata.so.7.2.2 libdata/pkgconfig/libgdata.pc share/doc/gdata/GDataAccessHandler.html share/doc/gdata/GDataAccessRule.html