summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-01-23 15:34:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-01-23 15:34:47 +0000
commit9c1a4b8a745a4433da7bedf87fe660d005a029f0 (patch)
treeed1108e89388cb2f52c6038556cebf9baaa93075 /shells
parent- Update to 3.1.0 (diff)
Provide a meta port of bash-static for shells/bash in order to have packages
created by the build cluster. PR: 130888 Submitted by: ehaupt
Notes
Notes: svn path=/head/; revision=226718
Diffstat (limited to 'shells')
-rw-r--r--shells/bash-static/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile
new file mode 100644
index 000000000000..3555e40cdf78
--- /dev/null
+++ b/shells/bash-static/Makefile
@@ -0,0 +1,12 @@
+# Ports collection makefile for: bash-static
+# Date created: 22 Jan 2009
+# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../../shells/bash
+
+WITH_STATIC_BASH= yes
+
+.include "${MASTERDIR}/Makefile"