Add buildlink3.mk. Headers from it are needed to build apps using a xsd

generated code.
This commit is contained in:
hasso 2009-10-15 12:39:42 +00:00
parent 92ef39629e
commit 46c594909b

16
devel/xsd/buildlink3.mk Normal file
View file

@ -0,0 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.1 2009/10/15 12:39:42 hasso Exp $
BUILDLINK_DEPMETHOD.xsd?= build
BUILDLINK_TREE+= xsd
.if !defined(XSD_BUILDLINK3_MK)
XSD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xsd+= xsd>=3.2
BUILDLINK_ABI_DEPENDS.xsd+= xsd>=3.2
BUILDLINK_PKGSRCDIR.xsd?= ../../devel/xsd
.endif # XSD_BUILDLINK3_MK
BUILDLINK_TREE+= -xsd