summaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-02-12 16:31:45 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-02-12 16:31:45 +0000
commit6c638cb70bb01b873682b30e80af726478a36fff (patch)
treeb16411ba093f511926b825b646d68b5ea402a5e4 /shells/zsh/Makefile
parentxkeycaps - graphically display and edit the keyboard mapping (diff)
zsh - the Z shell
Notes
Notes: svn path=/head/; revision=948
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
new file mode 100644
index 000000000000..f0c90ee77876
--- /dev/null
+++ b/shells/zsh/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: zsh
+# Version required: 2.6 beta 3
+# Date created: 11 Feb. 1995
+# Whom: torstenb
+#
+# $Id:$
+#
+
+DISTNAME= zsh-2.6-beta3
+MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/
+GNU_CONFIGURE= YES
+
+pre-install:
+ mkdir -p ${PREFIX}/bin
+ mkdir -p ${PREFIX}/man/man1
+ mkdir -p ${PREFIX}/info
+
+.include <bsd.port.mk>