Files
ports/devel/libfastjson/Makefile
2021-04-06 16:31:07 +02:00

22 lines
406 B
Makefile

# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
PORTNAME= libfastjson
PORTVERSION= 0.99.9
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
COMMENT= Fork of json-c (JSON implementation in C)
LICENSE= MIT
GNU_CONFIGURE= yes
USES= autoreconf libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= rsyslog
USE_LDCONFIG= yes
.include <bsd.port.mk>