17e474b4a1
From Nils Ratusznik via PR pkg/48316. 5 years worth of upstream changes, bugfixes and new features, too long to copy and paste here. pkgsrc changes: --------------- Add LICENSE
12 lines
321 B
Makefile
12 lines
321 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2013/10/30 21:15:49 gls Exp $
|
|
|
|
BUILDLINK_TREE+= libconfig
|
|
|
|
.if !defined(LIBCONFIG_BUILDLINK3_MK)
|
|
LIBCONFIG_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libconfig+= libconfig>=1.4
|
|
BUILDLINK_PKGSRCDIR.libconfig?= ../../devel/libconfig
|
|
.endif # LIBCONFIG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libconfig
|