summaryrefslogtreecommitdiff
path: root/shells/pdksh/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-12-27 12:57:52 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-12-27 12:57:52 +0000
commit1280305b48afb922a9e1f2ea08f5b0a82857cb6e (patch)
tree3e0e9e4df958621fac8743929573b6b2349ee40c /shells/pdksh/Makefile
parentVersion up to 1.63. This one actually works! (diff)
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> submits his pdksh port.
Danke, Thomas.. Submitted by: thomas
Notes
Notes: svn path=/head/; revision=622
Diffstat (limited to 'shells/pdksh/Makefile')
-rw-r--r--shells/pdksh/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
new file mode 100644
index 000000000000..1d6f3c3bab8f
--- /dev/null
+++ b/shells/pdksh/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: pdksh
+# Version required: 5.1.3
+# Date created: 23 December 1994
+# Whom: thomas@ghpc8.ihf.rwth-aachen.de
+#
+
+
+DISTNAME= pdksh-5.1.3
+MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh
+
+HAS_CONFIGURE= YES
+
+.include <bsd.port.mk>