48 lines
1.1 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.48 2015/08/14 07:34:48 jasper Exp $
SHARED_ONLY= Yes
COMMENT= Google Data API based Glib client library
GNOME_PROJECT= libgdata
GNOME_VERSION= 0.17.2
SHARED_LIBS += gdata 18.0 # 23.0
CATEGORIES= devel net
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
2013-03-30 08:26:18 +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
WANTLIB += idn m nspr4 nss3 oauth p11-kit pcre plc4 plds4 pthread
2014-09-18 08:10:40 +00:00
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl ssl3 xml2 z json-glib-1.0
2014-11-13 18:26:09 +00:00
WANTLIB += lzma
2010-03-21 10:18:31 +00:00
MODULES= devel/gettext \
x11/gnome
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
LIB_DEPENDS= devel/libsoup \
2012-09-29 07:42:40 +00:00
net/liboauth \
x11/gnome/gcr \
x11/gnome/online-accounts
2014-09-18 08:10:40 +00:00
MODGNOME_TOOLS += gobject-introspection vala
2011-09-20 20:51:51 +00:00
CONFIGURE_STYLE= gnu
2014-09-18 08:10:40 +00:00
# needed for tests
PORTHOME= ${WRKDIR}
.include <bsd.port.mk>