summaryrefslogtreecommitdiff
path: root/textproc/libfastjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libfastjson/Makefile')
-rw-r--r--textproc/libfastjson/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/libfastjson/Makefile b/textproc/libfastjson/Makefile
new file mode 100644
index 00000000000..fc80cea1de4
--- /dev/null
+++ b/textproc/libfastjson/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/01/01 15:25:43 fhajny Exp $
+
+DISTNAME= libfastjson-0.99.0
+CATEGORIES= textproc
+MASTER_SITES= http://download.rsyslog.com/libfastjson/
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://github.com/rsyslog/libfastjson/
+COMMENT= Fast json library for C
+LICENSE= mit
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= libfastjson.pc.in
+
+.include "../../mk/bsd.pkg.mk"