forked from Lainports/freebsd-ports
Add shells/bash3-static, a meta port to build a static version of shells/bash3
This commit is contained in:
parent
6008dfabdb
commit
d354fe4394
2 changed files with 13 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
SUBDIR += bash-completion
|
||||
SUBDIR += bash-static
|
||||
SUBDIR += bash3
|
||||
SUBDIR += bash3-static
|
||||
SUBDIR += bashc
|
||||
SUBDIR += bush
|
||||
SUBDIR += ch
|
||||
|
|
|
|||
12
shells/bash3-static/Makefile
Normal file
12
shells/bash3-static/Makefile
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue