1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/json-c/Makefile
Sunpoet Po-Chuan Hsieh 29632fcc45 Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		231007
Exp-run by:	antoine
2018-09-05 22:01:55 +00:00

30 lines
660 B
Makefile

# Created by: gno@yahoo-inc.com
# $FreeBSD$
PORTNAME= json-c
PORTVERSION= 0.13.1
CATEGORIES= devel
MASTER_SITES= https://s3.amazonaws.com/json-c_releases/releases/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON (JavaScript Object Notation) implementation in C
LICENSE= MIT
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
USES= autoreconf cpe gmake libtool pathfix pkgconfig
CPE_VENDOR= json-c_project
post-patch:
@${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in
post-install:
${INSTALL_DATA} ${WRKSRC}/json_object_private.h ${STAGEDIR}${PREFIX}/include/json-c/
.include <bsd.port.mk>