310afcf1f0
1.7.4 Fix pkg-config 1.7.3 Fix static initialization of null with Myers Singleton. (Thanks @marklakata ) Fix other minor compiler and installation problems and warnings. Fix amalgamated header.
17 lines
438 B
Makefile
17 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/07/15 15:14:03 wiz Exp $
|
|
|
|
DISTNAME= jsoncpp-1.7.4
|
|
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++
|
|
|
|
PKGCONFIG_OVERRIDE= pkg-config/jsoncpp.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|