# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0

name		pdksh
version		5.2.14
categories	shells
maintainers	wilcoxd.com:rwilcox
description	A Public Domain clone of ksh
long_description	\
	At the moment, it has most of the ksh88 features, not much of \
	the ksh93 features, and a number of its own features. pdksh was \
	initially created by Eric Gisin using Charles Forsyth's public \
	domain V7 shell as a base as well as parts of the BRL shell. \
	Since then a number of people have maintained and contributed to it
platforms	darwin
homepage	http://www.cs.mun.ca/~michael/pdksh/
master_sites	ftp://ftp.cs.mun.ca/pub/pdksh/ \
		ftp://gd.tuwien.ac.at/utils/shells/pdk \
		ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \
		ftp://ftp.rge.com/pub/shells/pdksh/
checksums	md5 871106b3bd937e1afba9f2ef7c43aef3
configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
destroot.destdir	prefix=${destroot}${prefix}
patchfiles   patch-siglist.sh.diff
