# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
PortGroup gobject_introspection 1.0
set branch [join [lrange [split ${version} .] 0 1] .]
description libgdata is a GLib-based library for accessing online service APIs using the \
GData protocol --- most notably, Google's services.
long_description ${description} \
It provides APIs to access the common Google services, and has full asynchronous support.
maintainers {devans @dbevans} openmaintainer
homepage https://wiki.gnome.org/Projects/${name}
master_sites gnome:sources/${name}/${branch}/
checksums rmd160 eed77be5f861cb2022c940cfb0f799fadd28cb52 \
sha256 85c4f7674c0098ffaf060ae01b6b832cb277b3673d54ace3bdedaad6b127453a
depends_build port:pkgconfig \
port:gnome-online-accounts \
gobject_introspection yes
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
configure.cmd ./autogen.sh
configure.args --enable-gnome \
--enable-compile-warnings=no \
# disable goa support on older platforms