# $Id: Portfile 53025 2009-06-28 10:03:26Z toby@macports.org $

PortSystem 	1.0
name		rc
version		1.7.1
revision	1
categories	shells
maintainers	waqar
description	A Plan 9 shell
long_description	\
	This is a reimplementation for Unix, by Byron Rakitzis, \
	of the Plan 9 shell. rc offers much the same capabilities \
	as a traditional Bourne shell, but with a much cleaner syntax.

homepage	http://www.libra-aries-books.co.uk/software/rc
platforms	darwin

master_sites	http://rc-shell.slackmatic.org/release/

checksums 	md5 7253e1c853824cf27edb2166214f0511	\
		sha1 e282fde927c91b7f580426bcdfc62f780c6645c5

configure.args	--mandir=${prefix}/share/man --with-history

test.run	yes
test.target	check

variant	readline description {use readline} {
	depends_lib port:readline
	configure.args-append  --with-readline
}

variant editline description {use libedit} {
	depends_lib port:libedit
	configure.args-append  --with-editline
}

