# $Id: Portfile,v 1.5 2005/03/27 05:34:12 toby Exp $

PortSystem 1.0

name		tcsh
version		6.14.00
categories	shells
maintainers	waqar@opendarwin.org
description	C shell with file name completion and command line editing 
long_description   \
	Tcsh is a version of the Berkeley C-Shell, with the addition of: \
	a command line editor, command and file name completion, listing, \
	etc. and a bunch of small additions to the shell itself.
homepage	http://www.tcsh.org/Home
platforms	darwin
master_sites	ftp://ftp.astron.com/pub/tcsh/ \
				ftp://ftp.gw.com/pub/unix/tcsh/ \
				ftp://ftp.funet.fi/pub/unix/shells/tcsh/ \
				ftp://ftp.astron.com/pub/tcsh/old
checksums		md5 353d1bb7d2741bf8de602c7b6f0efd79
patchfiles		patch-Makefile.in
configure.args	--mandir=${prefix}/share/man
destroot.target	install install.man
