mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
29632fcc45
- 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
30 lines
660 B
Makefile
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>
|