summaryrefslogtreecommitdiff
path: root/lang/mono/buildlink3.mk
diff options
context:
space:
mode:
authorrecht <recht>2004-02-03 12:30:11 +0000
committerrecht <recht>2004-02-03 12:30:11 +0000
commit896fe98d08c858217df74769d82b4b2670ad13da (patch)
treeb9326bc538853b441dc533b4795b9693020dc968 /lang/mono/buildlink3.mk
parent4300e65885ee3a8b1b412e506d64fa21665d0d7e (diff)
downloadpkgsrc-896fe98d08c858217df74769d82b4b2670ad13da.tar.gz
update to mono 0.30
Lots of bug fixes and new features. See http://www.go-mono.com/archive/mono-0.30.html for details. Note: Starting with this release to use the System.Drawing APIs, libgdiplus is needed. (will be added next)
Diffstat (limited to 'lang/mono/buildlink3.mk')
-rw-r--r--lang/mono/buildlink3.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/mono/buildlink3.mk b/lang/mono/buildlink3.mk
new file mode 100644
index 00000000000..83d57d8e9fe
--- /dev/null
+++ b/lang/mono/buildlink3.mk
@@ -0,0 +1,25 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/03 12:30:11 recht Exp $
+#
+# This Makefile fragment is included by packages that use mono.
+#
+# This file was created automatically using createbuildlink-3.0.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+MONO_BUILDLINK3_MK:= ${MONO_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= mono
+.endif
+
+.if !empty(MONO_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= mono
+BUILDLINK_DEPENDS.mono?= mono>=0.30
+BUILDLINK_PKGSRCDIR.mono?= ../../lang/mono
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+
+.endif # MONO_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}