summaryrefslogtreecommitdiff
path: root/lang/gauche/buildlink3.mk
diff options
context:
space:
mode:
authorkei <kei>2004-03-29 09:34:26 +0000
committerkei <kei>2004-03-29 09:34:26 +0000
commit48ee57a0547278eee01e191508ac979497d43c88 (patch)
tree7aba3ac78a0f5e8a8e0966166cd7e74afbe23424 /lang/gauche/buildlink3.mk
parentdfccfc172c3b48c229039d78614f1952b955b6e4 (diff)
downloadpkgsrc-48ee57a0547278eee01e191508ac979497d43c88.tar.gz
Updated Gauche package to latest release, 0.7.4.2.
Many changes were made from previous packaged version, 0.6.3; Lots of improvements and bug fixes, including security ones. Please take a look at its WWW page for more detailes. http://www.shiro.dreamhost.com/scheme/gauche/ pkgsrc changes: - support buildlink2. buildlink3.mk is also added but not tested since I have not moved to buildlink3 environment yet. - this package now uses libgcudevel/boehm-gc instead of self contained, slightly modified one. It seems that this package runs under m68k.
Diffstat (limited to 'lang/gauche/buildlink3.mk')
-rw-r--r--lang/gauche/buildlink3.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/lang/gauche/buildlink3.mk b/lang/gauche/buildlink3.mk
new file mode 100644
index 00000000000..f320bebecfe
--- /dev/null
+++ b/lang/gauche/buildlink3.mk
@@ -0,0 +1,31 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/03/29 09:34:26 kei Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.4.
+# XXX After this file as been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed. Please do not commit
+# XXX unverified buildlink[23].mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX BUILDLINK_DEPMETHOD.Gauche?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GAUCHE_BUILDLINK3_MK:= ${GAUCHE_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= Gauche
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGauche}
+BUILDLINK_PACKAGES+= Gauche
+
+.if !empty(GAUCHE_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.Gauche+= Gauche>=0.7.4.2
+BUILDLINK_PKGSRCDIR.Gauche?= ../../lang/gauche
+.endif # GAUCHE_BUILDLINK3_MK
+
+.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}