Add shells/bash3-static, a meta port to build a static version of shells/bash3

This commit is contained in:
Emanuel Haupt 2009-11-01 21:30:13 +00:00
parent 6008dfabdb
commit d354fe4394
2 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,7 @@
SUBDIR += bash-completion
SUBDIR += bash-static
SUBDIR += bash3
SUBDIR += bash3-static
SUBDIR += bashc
SUBDIR += bush
SUBDIR += ch

View file

@ -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"