summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-04 14:57:03 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-04 14:57:03 +0000
commit9b3bcd846b06465a7b9f916c7e56af110938d082 (patch)
treec89ee488cf3ced6ad6fcee6d24f10f3112fe83b5
parentIntroduce RUBY_DEFALUT_VER to choose a default version of ruby to use. (diff)
Add lang/ruby_static-devel, the statically linked ruby-devel
executable.
Notes
Notes: svn path=/head/; revision=43491
-rw-r--r--lang/Makefile1
-rw-r--r--lang/ruby18_static/Makefile12
-rw-r--r--lang/ruby_static-devel/Makefile12
3 files changed, 25 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 2b053d949555..4eaa34d02d12 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -128,6 +128,7 @@
SUBDIR += ruby-tcltklib
SUBDIR += ruby-usersguide
SUBDIR += ruby_static
+ SUBDIR += ruby_static-devel
SUBDIR += scheme48
SUBDIR += schemetoc
SUBDIR += scm
diff --git a/lang/ruby18_static/Makefile b/lang/ruby18_static/Makefile
new file mode 100644
index 000000000000..3e317cb387fe
--- /dev/null
+++ b/lang/ruby18_static/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: ruby_static-devel
+# Date created: 3 June 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../ruby_static
+
+RUBY_VER= 1.7
+
+.include "${MASTERDIR}/Makefile"
diff --git a/lang/ruby_static-devel/Makefile b/lang/ruby_static-devel/Makefile
new file mode 100644
index 000000000000..3e317cb387fe
--- /dev/null
+++ b/lang/ruby_static-devel/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: ruby_static-devel
+# Date created: 3 June 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../ruby_static
+
+RUBY_VER= 1.7
+
+.include "${MASTERDIR}/Makefile"