pkgsrc/textproc/inih/buildlink3.mk
nia 7703e4a4e4 add textproc/inih.
inih (INI Not Invented Here) is a simple .INI file parser written in C. It's
only a couple of pages of code, and it was designed to be small and simple,
so it's good for embedded systems. It's also more or less compatible with
Python's ConfigParser style of .INI files, including RFC 822-style multi-line
syntax and name: value entries.
2021-02-03 10:28:41 +00:00

12 lines
277 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2021/02/03 10:28:41 nia Exp $
BUILDLINK_TREE+= inih
.if !defined(INIH_BUILDLINK3_MK)
INIH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.inih+= inih>=52
BUILDLINK_PKGSRCDIR.inih?= ../../textproc/inih
.endif # INIH_BUILDLINK3_MK
BUILDLINK_TREE+= -inih