mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
29 lines
591 B
Makefile
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>
|