b9289babf5
1.9.2: Medium size pre-release containing lots of build fixes.
18 lines
517 B
Makefile
18 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/11/27 22:25:21 adam Exp $
|
|
|
|
DISTNAME= jsoncpp-1.9.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=open-source-parsers/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/open-source-parsers/jsoncpp
|
|
COMMENT= JSON reader and writer in C++
|
|
LICENSE= public-domain OR mit
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
|
|
CMAKE_ARGS+= -DJSONCPP_WITH_TESTS=OFF
|
|
PKGCONFIG_OVERRIDE= pkg-config/jsoncpp.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|