3bc93d6cee
Without ports-gcc build aborts because of warnings and -Werror
24 lines
332 B
Makefile
24 lines
332 B
Makefile
COMMENT = ultralightweight JSON parser in ANSI C
|
|
|
|
GH_ACCOUNT = DaveGamble
|
|
GH_PROJECT = cJSON
|
|
GH_TAGNAME = v1.7.15
|
|
|
|
PKGNAME = ${DISTNAME:L}
|
|
|
|
SHARED_LIBS += cjson 0.0 # 0.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
WANTLIB += m
|
|
|
|
MODULES = devel/cmake
|
|
|
|
.include <bsd.port.mk>
|