From 9c1a4b8a745a4433da7bedf87fe660d005a029f0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 23 Jan 2009 15:34:47 +0000 Subject: 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 --- shells/bash-static/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shells/bash-static/Makefile (limited to 'shells/bash-static') 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 +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../shells/bash + +WITH_STATIC_BASH= yes + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3