summaryrefslogtreecommitdiff
path: root/security/gnome-online-accounts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-online-accounts/Makefile')
-rw-r--r--security/gnome-online-accounts/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/gnome-online-accounts/Makefile b/security/gnome-online-accounts/Makefile
new file mode 100644
index 00000000000..e4198a01992
--- /dev/null
+++ b/security/gnome-online-accounts/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2020/06/10 19:48:26 nia Exp $
+
+DISTNAME= gnome-online-accounts-3.36.0
+CATEGORIES= security gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-online-accounts/3.36/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://wiki.gnome.org/Projects/GnomeOnlineAccounts
+COMMENT= Single sign-on framework for GNOME
+LICENSE= gnu-lgpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake
+USE_TOOLS+= msgfmt msgmerge xgettext
+
+CONFIGURE_ENV+= GLIB_COMPILE_SCHEMAS=glib-compile-schemas
+
+PKGCONFIG_OVERRIDE+= src/goabackend/goa-backend-1.0.pc.in
+PKGCONFIG_OVERRIDE+= src/goa/goa-1.0.pc.in
+
+.include "../../devel/glib2/schemas.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
+.include "../../www/librest07/buildlink3.mk"
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"