summaryrefslogtreecommitdiff
path: root/shells/pdksh/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-11-28 07:12:09 +0000
committerschmonz <schmonz@pkgsrc.org>2002-11-28 07:12:09 +0000
commit36d5ea530428bc302a2cad3abe0df3c6fe3c1234 (patch)
treefe2215e70da17165e7310b1f7a4ffd31bd46bb09 /shells/pdksh/Makefile
parent382a1008cdf33b483c34ddac894495127709e865 (diff)
downloadpkgsrc-36d5ea530428bc302a2cad3abe0df3c6fe3c1234.tar.gz
Import pdksh-5.2.14 into the NetBSD Packages Collection.
PD-ksh is a mostly complete AT&T ksh look-alike. Work is mostly finished to make it fully compatible with both POSIX and AT&T ksh (when the two don't conflict). Since pdksh is free and compiles and runs on most common unix systems, it is very useful in creating a consistent user interface across multiple machines.
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r--shells/pdksh/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
new file mode 100644
index 00000000000..84897057a16
--- /dev/null
+++ b/shells/pdksh/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/28 07:12:09 schmonz Exp $
+#
+
+DISTNAME= pdksh-5.2.14
+CATEGORIES= shells
+MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
+
+MAINTAINER= schmonz@netbsd.org
+HOMEPAGE= http://web.cs.mun.ca/~michael/pdksh/
+COMMENT= Free clone of the AT&T Korn shell
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+PKG_SHELL= ${PREFIX}/bin/ksh
+
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"