aboutsummaryrefslogtreecommitdiff
path: root/shells/bash2/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-21 13:19:28 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-21 13:19:28 +0000
commit7ca702f09f2945c1baaadef9b7bd13bd867de422 (patch)
tree10a2ee2a07ab174958f1faa9eb9d74002661b3d9 /shells/bash2/Makefile
parentd27f048e966a8ab178515e620cac9e0f417d0cde (diff)
downloadports-7ca702f09f2945c1baaadef9b7bd13bd867de422.tar.gz
ports-7ca702f09f2945c1baaadef9b7bd13bd867de422.zip
The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :) Submitted by: jkh
Notes
Notes: svn path=/head/; revision=6
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r--shells/bash2/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
new file mode 100644
index 000000000000..794d92f6f626
--- /dev/null
+++ b/shells/bash2/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: bash
+# Version required: 1.14.2
+# Date created: 21 August 1994
+# Whom: jkh
+#
+# $Id$
+#
+
+GNU_MAKE= yes
+DISTNAME= bash-1.14.2
+
+.include <bsd.port.mk>