summaryrefslogtreecommitdiff
path: root/shells/pdksh/Makefile
diff options
context:
space:
mode:
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"