diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-01-14 19:48:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-01-14 19:48:19 +0800 |
commit | 728b4dc2d3d0c7745764448f30f2e0a6ba5890a0 (patch) | |
tree | bcce7ac85846b8f180349c678e8b622a3dc2a790 /shells/bash-static-devel | |
parent | 92fb50f5e092c5fe8a6a9ae25eafb40b13f4e379 (diff) | |
download | freebsd-ports-gnome-728b4dc2d3d0c7745764448f30f2e0a6ba5890a0.tar.gz freebsd-ports-gnome-728b4dc2d3d0c7745764448f30f2e0a6ba5890a0.tar.zst freebsd-ports-gnome-728b4dc2d3d0c7745764448f30f2e0a6ba5890a0.zip |
Add shells/bash-static-devel. The goal of this port is to have a more up to date
version of shells/bash-static.
This port has also been converted to use OPTIONSng.
Diffstat (limited to 'shells/bash-static-devel')
-rw-r--r-- | shells/bash-static-devel/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shells/bash-static-devel/Makefile b/shells/bash-static-devel/Makefile new file mode 100644 index 000000000000..e942ae860ffb --- /dev/null +++ b/shells/bash-static-devel/Makefile @@ -0,0 +1,8 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../../shells/bash-devel + +OPTIONS_SET= STATIC_BASH + +.include "${MASTERDIR}/Makefile" |