Add buildlink3.mk. Headers from it are needed to build apps using a xsd
generated code.
This commit is contained in:
parent
92ef39629e
commit
46c594909b
1 changed files with 16 additions and 0 deletions
16
devel/xsd/buildlink3.mk
Normal file
16
devel/xsd/buildlink3.mk
Normal 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
|
Loading…
Reference in a new issue