2017-11-21 00:12:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.61 2017/11/21 00:13:00 naddy Exp $
|
2015-12-18 10:15:04 +00:00
|
|
|
|
|
|
|
# XXX: PORTROACH is set at the end of this file to override gnome.port.mk
|
2009-09-23 19:35:14 +00:00
|
|
|
|
|
|
|
COMMENT= Google Data API based Glib client library
|
|
|
|
|
|
|
|
GNOME_PROJECT= libgdata
|
2017-08-23 07:43:27 +00:00
|
|
|
GNOME_VERSION= 0.17.9
|
2017-11-21 00:12:59 +00:00
|
|
|
REVISION= 1
|
2011-10-03 06:42:45 +00:00
|
|
|
|
2017-08-23 07:43:27 +00:00
|
|
|
SHARED_LIBS += gdata 20.2 # 25.0
|
2009-09-23 19:35:14 +00:00
|
|
|
|
|
|
|
CATEGORIES= devel net
|
|
|
|
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB = crypto curl ffi gck-1 gcr-base-3 gcrypt gio-2.0 glib-2.0
|
|
|
|
WANTLIB += gmodule-2.0 goa-1.0 gobject-2.0 gpg-error gthread-2.0 iconv
|
|
|
|
WANTLIB += intl json-glib-1.0 lzma m nghttp2 nspr4 nss3 nssutil3 oauth
|
|
|
|
WANTLIB += p11-kit pcre plc4 plds4 pthread smime3 soup-2.4 sqlite3 ssl
|
|
|
|
WANTLIB += ssl3 xml2 z
|
2010-03-21 10:18:31 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MODULES= x11/gnome
|
2009-09-23 19:35:14 +00:00
|
|
|
|
2014-09-18 11:04:54 +00:00
|
|
|
BUILD_DEPENDS= net/uhttpmock
|
|
|
|
TEST_DEPENDS= net/uhttpmock
|
2014-09-18 08:10:40 +00:00
|
|
|
|
2014-10-08 12:10:32 +00:00
|
|
|
# needed for demos/scrapbook
|
|
|
|
BUILD_DEPENDS += x11/gtk+3
|
|
|
|
|
2013-10-26 08:02:57 +00:00
|
|
|
LIB_DEPENDS= devel/libsoup \
|
2012-09-29 07:42:40 +00:00
|
|
|
net/liboauth \
|
|
|
|
x11/gnome/gcr \
|
|
|
|
x11/gnome/online-accounts
|
2010-07-05 07:48:56 +00:00
|
|
|
|
2014-09-18 08:10:40 +00:00
|
|
|
MODGNOME_TOOLS += gobject-introspection vala
|
2011-09-20 20:51:51 +00:00
|
|
|
|
2009-09-23 19:35:14 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2014-09-18 08:10:40 +00:00
|
|
|
# needed for tests
|
|
|
|
PORTHOME= ${WRKDIR}
|
|
|
|
|
2009-09-23 19:35:14 +00:00
|
|
|
.include <bsd.port.mk>
|
2015-12-18 10:15:04 +00:00
|
|
|
|
|
|
|
# Clear portroach annotation for we track an odd-numbered development branch
|
|
|
|
PORTROACH=
|