pkgsrc/textproc/jsoncpp/Makefile
wiz af3c11f7fb Updated jsoncpp to 1.7.7.
Changes in 1.7.7:
    At the suggestion of Peter Spiess-Knafl, we will bump the
    SOVERSION independent of the MAJOR.MINOR.MICRO version, in case
    we break binary compatibility.

Changes in 1.7.6:
    Prevent possible SEGV. (Thanks to @ngg.)
    Add RPATH for OSX libs. (Please let us know if this causes a problem.)

Changes in 1.7.5:
    Fix locale for decimal points
        Plus a fix for Android
    int64_t for 64-bit integers
    Optionally suppress space after comma
    Avoid null for empty stringValue
    Fix null ctor/dtor, using a "Meyers Singleton"
        Thanks to @marklakata and @BillyDonahue in #488 in #490.
2016-11-09 09:44:22 +00:00

17 lines
438 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/11/09 09:44:22 wiz Exp $
DISTNAME= jsoncpp-1.7.7
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"