pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/xsd Add buildlink3.mk. Headers from it are neede...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eea241c79c6
branches:  trunk
changeset: 566131:6eea241c79c6
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Oct 15 12:39:42 2009 +0000

description:
Add buildlink3.mk. Headers from it are needed to build apps using a xsd
generated code.

diffstat:

 devel/xsd/buildlink3.mk |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r 9716eb920aed -r 6eea241c79c6 devel/xsd/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/xsd/buildlink3.mk   Thu Oct 15 12:39:42 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index