951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
31 lines
777 B
Makefile
31 lines
777 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgdata
|
|
PORTVERSION= 0.17.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= GLib based implimentation of the GData protocol
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= uhttpmock>0:net/uhttpmock \
|
|
valac:lang/vala
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libp11-kit.so:security/p11-kit \
|
|
libgoa-1.0.so:net/gnome-online-accounts \
|
|
libgcr-3.so:security/gcr \
|
|
liboauth.so:net/liboauth
|
|
|
|
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
|
|
USE_GNOME= glib20 gnomeprefix intltool introspection:build libxml2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|