freebsd-ports/devel/json-c/Makefile
2016-11-28 18:17:54 +00:00

26 lines
562 B
Makefile

# Created by: gno@yahoo-inc.com
# $FreeBSD$
PORTNAME= json-c
PORTVERSION= 0.12.1
CATEGORIES= devel
MASTER_SITES= https://s3.amazonaws.com/json-c_releases/releases/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON (JavaScript Object Notation) implementation in C
LICENSE= MIT
CONFLICTS_INSTALL= cocaine-core-[0-9]*
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
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
.include <bsd.port.mk>