aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh-devel/Makefile
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-02-13 00:31:45 +0800
committertorstenb <torstenb@FreeBSD.org>1995-02-13 00:31:45 +0800
commit6900878da3087c3430945f596340100ee6189af7 (patch)
tree45d0866e57aeb09f7a52977c1bbdc35af77ddd6b /shells/zsh-devel/Makefile
parent0000e6b57256dc3f3079a137bba78c0e50adacf2 (diff)
downloadfreebsd-ports-gnome-6900878da3087c3430945f596340100ee6189af7.tar.gz
freebsd-ports-gnome-6900878da3087c3430945f596340100ee6189af7.tar.zst
freebsd-ports-gnome-6900878da3087c3430945f596340100ee6189af7.zip
zsh - the Z shell
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r--shells/zsh-devel/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
new file mode 100644
index 000000000000..f0c90ee77876
--- /dev/null
+++ b/shells/zsh-devel/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>