From 70782b1469282cb2ed4f90aac28ea8adcb3f99d9 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Mon, 4 Jun 2001 15:02:52 +0000 Subject: 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. --- lang/ruby_r-devel/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lang/ruby_r-devel/Makefile (limited to 'lang/ruby_r-devel') diff --git a/lang/ruby_r-devel/Makefile b/lang/ruby_r-devel/Makefile new file mode 100644 index 000000000000..f509dfda60d7 --- /dev/null +++ b/lang/ruby_r-devel/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ruby_r-devel +# Date created: 3 June 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../ruby-devel + +RUBY_VER= 1.7 + +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" -- cgit v1.2.3