freebsd-ports/lang/ruby18_r/Makefile
Akinori MUSHA 70782b1469 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.
2001-06-04 15:02:52 +00:00

21 lines
430 B
Makefile

# New ports collection makefile for: ruby_r-devel
# Date created: 3 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $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"