diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-11-02 05:30:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-11-02 05:30:13 +0800 |
commit | 7b6610e7ecb174829acdca7f6add168b790a5acd (patch) | |
tree | de6a75b0dfc47debb971db0273878e30dac6ec69 /shells | |
parent | f0ded69b7065b16f2723b14b96723222ca6c1cfa (diff) | |
download | freebsd-ports-gnome-7b6610e7ecb174829acdca7f6add168b790a5acd.tar.gz freebsd-ports-gnome-7b6610e7ecb174829acdca7f6add168b790a5acd.tar.zst freebsd-ports-gnome-7b6610e7ecb174829acdca7f6add168b790a5acd.zip |
Add shells/bash3-static, a meta port to build a static version of shells/bash3
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/bash3-static/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index ca2c1074073b..8bf61698169c 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -8,6 +8,7 @@ SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bash3 + SUBDIR += bash3-static SUBDIR += bashc SUBDIR += bush SUBDIR += ch diff --git a/shells/bash3-static/Makefile b/shells/bash3-static/Makefile new file mode 100644 index 000000000000..145baaabd8d5 --- /dev/null +++ b/shells/bash3-static/Makefile @@ -0,0 +1,12 @@ +# Ports collection makefile for: bash-static +# Date created: 1 Nov 2009 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../shells/bash3 + +WITH_STATIC_BASH= yes + +.include "${MASTERDIR}/Makefile" |