aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-01-23 23:34:47 +0800
committerobrien <obrien@FreeBSD.org>2009-01-23 23:34:47 +0800
commit2c49280a70e43e02679e4d88b2cc863304c18c2e (patch)
tree583b1a210390a6a13b7fe64c290f86ca59d090b1 /shells
parentd262cc1f6bde6ecd315c60147bf83ae9ea9b28aa (diff)
downloadfreebsd-ports-graphics-2c49280a70e43e02679e4d88b2cc863304c18c2e.tar.gz
freebsd-ports-graphics-2c49280a70e43e02679e4d88b2cc863304c18c2e.tar.zst
freebsd-ports-graphics-2c49280a70e43e02679e4d88b2cc863304c18c2e.zip
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
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 00000000000..3555e40cdf7
--- /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"