1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/json-c/Makefile
Sunpoet Po-Chuan Hsieh 7eaf76c9c1 - Add CPE information
2015-03-31 14:30:22 +00:00

29 lines
591 B
Makefile

# Created by: gno@yahoo-inc.com
# $FreeBSD$
PORTNAME= json-c
PORTVERSION= 0.12
PORTREVISION= 2
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_AUTOTOOLS= autoheader
USE_LDCONFIG= yes
USES= 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>