pkgsrc/textproc/inih/Makefile
wiz c43cbf9211 inih: update to 57.
MSVC throws C4244 by @AbsintheScripting in #142
Added a GetUnsigned function for getting unsigned values. by @jcormier in #147
meson.build: fix start-of-line_comment_prefix variable name by @ihilt in #149
Added GetInteger64 and GetUnsigned64 to read 64-bit integers by @natcat256 in #151
Fix redundant cast-to-int when INI_USE_STACK!=0
Make inline comments work on subsequent lines of multiline values
Added "version" to meson.build config: #135 (but bumped up to 55 in a subsequent commit, for this release).
Mainly #134, adding the visibility symbols to the Meson build config, but also other small tweaks to tests and so on.
2023-08-24 09:09:56 +00:00

28 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.4 2023/08/24 09:09:56 wiz Exp $
DISTNAME= inih-r57
PKGNAME= ${DISTNAME:S/-r/-/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=benhoyt/}
GITHUB_PROJECT= inih
GITHUB_TAG= r${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/benhoyt/inih
COMMENT= Simple .INI file parser in C
LICENSE= modified-bsd
USE_LANGUAGES= c c++
MESON_ARGS+= -Ddefault_library=shared
MESON_ARGS+= -Ddistro_install=true
MESON_ARGS+= -Dwith_INIReader=true
PYTHON_FOR_BUILD_ONLY= tool
PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE+= output/meson-private/inih.pc
PKGCONFIG_OVERRIDE+= output/meson-private/INIReader.pc
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"