aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-06-04 22:57:03 +0800
committerknu <knu@FreeBSD.org>2001-06-04 22:57:03 +0800
commit5159bf57c9667530dfabaf9136b4a5753caf54fc (patch)
treec359ccc87bb7adb4a034892c42ebe4171fc1fe61 /lang
parentd2fda4d75090d760c7e0d70fbfafc92df31a93f2 (diff)
downloadfreebsd-ports-graphics-5159bf57c9667530dfabaf9136b4a5753caf54fc.tar.gz
freebsd-ports-graphics-5159bf57c9667530dfabaf9136b4a5753caf54fc.tar.zst
freebsd-ports-graphics-5159bf57c9667530dfabaf9136b4a5753caf54fc.zip
Add lang/ruby_static-devel, the statically linked ruby-devel
executable.
Diffstat (limited to 'lang')
-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 2b053d94955..4eaa34d02d1 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 00000000000..3e317cb387f
--- /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 00000000000..3e317cb387f
--- /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"