summaryrefslogtreecommitdiff
path: root/textproc/json-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/json-glib/Makefile')
-rw-r--r--textproc/json-glib/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile
new file mode 100644
index 00000000000..247250955b7
--- /dev/null
+++ b/textproc/json-glib/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/05 13:07:14 obache Exp $
+#
+
+DISTNAME= json-glib-0.6.2
+CATEGORIES= textproc
+MASTER_SITES= http://folks.o-hand.com/~ebassi/sources/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://live.gnome.org/JsonGlib
+COMMENT= JSON parser for GLib-based libraries and applications
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+PKGCONFIG_OVERRIDE+= json-glib.pc.in
+
+TEST_TARGET= check
+
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"