diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-07 19:57:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-02-07 19:57:24 +0800 |
commit | 6b2788c4c247b5829a4ea532ad4cdbc94ebef384 (patch) | |
tree | ab41534e08af8c88386ba54c60af92de4562d39b /devel/libgdata/Makefile | |
parent | abd9e19838fd2fe622e86c84c797605ec522c86c (diff) | |
download | marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar.gz marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.tar.zst marcuscom-ports-6b2788c4c247b5829a4ea532ad4cdbc94ebef384.zip |
First batch of USE_GNOME=ltverhack -> USES=libtool.
Use INSTALL_TARGET=install-strip if possible. Misc Makefile cleanups.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19001 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r-- | devel/libgdata/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index d931d49cb..2d149acba 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= GLib based implimentation of the GData protocol -BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ + vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libgcr-3.so:${PORTSDIR}/security/gcr \ @@ -21,14 +22,12 @@ CONFLICTS= libgdata-0.6.* USE_XZ= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USES= gettext gmake pathfix pkgconfig -USE_GNOME= glib20 gnomeprefix intltool introspection:build ltverhack +GNU_CONFIGURE= yes +USES= gettext gmake libtool pathfix pkgconfig +USE_GNOME= glib20 gnomehier gnomeprefix intltool introspection:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-ca-certs=${LOCALBASE}/share/certs/ca-root-nss.crt -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdata.so.13 - .include <bsd.port.mk> |