mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
97064443de
- Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine
29 lines
640 B
Makefile
29 lines
640 B
Makefile
# Created by: gno@yahoo-inc.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= json-c
|
|
PORTVERSION= 0.13
|
|
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
|
|
|
|
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>
|