mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
20 lines
443 B
Makefile
20 lines
443 B
Makefile
# $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"
|