mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
29 lines
640 B
Makefile
29 lines
640 B
Makefile
# Created by: gno@yahoo-inc.com
|
|
|
|
PORTNAME= json-c
|
|
PORTVERSION= 0.15
|
|
PORTREVISION= 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
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c11 cpe
|
|
|
|
CMAKE_OFF= BUILD_DOCUMENTATION
|
|
CMAKE_ON= BUILD_SHARED_LIBS BUILD_STATIC_LIBS DISABLE_WERROR
|
|
TEST_TARGET= test
|
|
USE_LDCONFIG= yes
|
|
|
|
CPE_VENDOR= json-c_project
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/json_object_private.h ${STAGEDIR}${PREFIX}/include/json-c/
|
|
|
|
.include <bsd.port.mk>
|