aboutsummaryrefslogtreecommitdiff
path: root/devel/jsonrpc-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jsonrpc-glib/Makefile')
-rw-r--r--devel/jsonrpc-glib/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/jsonrpc-glib/Makefile b/devel/jsonrpc-glib/Makefile
new file mode 100644
index 000000000000..5caf1bd1413d
--- /dev/null
+++ b/devel/jsonrpc-glib/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= jsonrpc-glib
+PORTVERSION= 3.28.1
+CATEGORIES= devel
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Staging and stabilizing for facy Glib and Gtk+ features
+
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= valac:lang/vala
+LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
+
+USES= gnome meson pkgconfig tar:xz
+USE_GNOME= glib20 introspection:build
+
+.include <bsd.port.mk>