summaryrefslogtreecommitdiff
path: root/lang/ruby16_r
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-04 15:02:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-04 15:02:52 +0000
commit70782b1469282cb2ed4f90aac28ea8adcb3f99d9 (patch)
tree15844e032938bdbb066239ca1febd25e7111badd /lang/ruby16_r
parentAdd lang/ruby_static-devel, the statically linked ruby-devel (diff)
Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r.
As there are unidentified problems with libc_r + ruby, please use this with care. I'd appreciate if any of you could join me in debugging.
Notes
Notes: svn path=/head/; revision=43492
Diffstat (limited to 'lang/ruby16_r')
-rw-r--r--lang/ruby16_r/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/ruby16_r/Makefile b/lang/ruby16_r/Makefile
new file mode 100644
index 000000000000..90ccc5fa270d
--- /dev/null
+++ b/lang/ruby16_r/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ruby_r
+# Date created: 3 June 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../ruby
+
+BUILD_DEPENDS= ${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR}
+RUN_DEPENDS= ${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR}
+
+NOPORTDOCS= yes
+NORUBYLIB= yes
+
+RUBY_WITH_PTHREAD= yes
+
+.include "${MASTERDIR}/Makefile"