diff options
author | kwm <kwm@FreeBSD.org> | 2014-02-16 23:00:46 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-02-16 23:00:46 +0800 |
commit | b7156b76b57cfce82ae1e65d7eb0680065e6b9f3 (patch) | |
tree | deb2264903277130a06ed336ced51e43a9be3fb3 /devel | |
parent | b5e1cdf8c1310e677e54ae1bda9c35d7546a2c5d (diff) | |
download | freebsd-ports-gnome-b7156b76b57cfce82ae1e65d7eb0680065e6b9f3.tar.gz freebsd-ports-gnome-b7156b76b57cfce82ae1e65d7eb0680065e6b9f3.tar.zst freebsd-ports-gnome-b7156b76b57cfce82ae1e65d7eb0680065e6b9f3.zip |
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 <amdmi3@amdmi3.ru>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgdata/Makefile | 12 | ||||
-rw-r--r-- | 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 <bsd.port.mk> 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 |