94e5ad74fa
Version 2.13.1 * Build: - Include `jansson_version_str()` and `jansson_version_cmp()` in shared library. - Include `scripts/` in tarball.
23 lines
700 B
Makefile
23 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/05/08 13:54:06 adam Exp $
|
|
|
|
DISTNAME= jansson-2.13.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.digip.org/jansson/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.digip.org/jansson/
|
|
COMMENT= C library for encoding, decoding and manipulating JSON data
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= jansson.pc.in
|
|
# Fails a self-test because the library exports more symbols than it should.
|
|
# It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work,
|
|
# at least not on NetBSD-6.99.20/amd64.
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|