b93a80c992
The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
32 lines
1 KiB
Makefile
32 lines
1 KiB
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgdata
|
|
PORTVERSION= 0.17.4
|
|
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 gnome 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>
|