f2785f8f81
iniparser is a free stand-alone ini file parsing library. It is written in portable ANSI C and should compile anywhere. iniparser is distributed under an MIT license.
12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/11/22 11:49:42 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= iniparser
|
|
|
|
.if !defined(INIPARSER_BUILDLINK3_MK)
|
|
INIPARSER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.iniparser+= iniparser>=3.1
|
|
BUILDLINK_PKGSRCDIR.iniparser?= ../../devel/iniparser
|
|
.endif # INIPARSER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -iniparser
|