Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.3 2016/08/09 11:48:59 fhajny Exp $
DISTNAME= libfastjson-0.99.4
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_LANGUAGES= c c99
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libfastjson.pc.in
.include "../../mk/bsd.pkg.mk"