9116798617
PR: ports/193632 Submitted by: marino
30 lines
600 B
Makefile
30 lines
600 B
Makefile
# Created by: gno@yahoo-inc.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= json-c
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
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= gmake libtool pathfix pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ${PORTNAME}
|
|
GH_COMMIT= 2a03577
|
|
GH_PROJECT= ${PORTNAME}
|
|
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-20140410
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|