freebsd-ports/devel/libgdata/Makefile
Koop Mast 6ce4980916 Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez

Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.

Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.

PR:		195414
Obtained from:	gnome dev repo
2014-12-03 09:18:23 +00:00

33 lines
1.1 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/devel/libgdata/Makefile 20049 2014-11-10 09:22:03Z gusi $
PORTNAME= libgdata
PORTVERSION= 0.16.1
CATEGORIES= devel
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 \
gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
vapigen:${PORTSDIR}/lang/vala
LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
libuhttpmock-0.0.so:${PORTSDIR}/net/uhttpmock \
libgcr-3.so:${PORTSDIR}/security/gcr \
liboauth.so:${PORTSDIR}/net/liboauth
RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 gnomeprefix intlhack \
introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--with-ca-certs=${LOCALBASE}/share/certs/ca-root-nss.crt
.include <bsd.port.mk>