mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
# $FreeBSD: head/devel/libfastjson/Makefile 458462 2018-01-08 17:48:08Z bofh $
|
|
|
|
PORTNAME= libfastjson
|
|
PORTVERSION= 0.99.8
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= libfastjson is a fork from json-c
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rsyslog
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|