aboutsummaryrefslogtreecommitdiff
path: root/devel/libfastjson/Makefile
blob: 0f3199c482b26876320bcc70f4026728a2ff91c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libfastjson
PORTVERSION=	0.99.8
DISTVERSIONPREFIX=	v
CATEGORIES=	devel

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	libfastjson is a fork from json-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>