freebsd-ports/shells/bash3-static/Makefile
Emanuel Haupt 762aefd34d - Drop maintainership
- Mark the port DEPRECATED with the message to use shells/bash or
  shells/bash-static instead
- Set an EXPIRATION_DATE of 3 months
2010-10-21 14:13:31 +00:00

17 lines
425 B
Makefile

# 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
# this is redundant to make sure automated tools catch this slave port as well
# as the master port
DEPRECATED= Use shells/bash or shells/bash-static instead
EXPIRATION_DATE= 2011-01-21
.include "${MASTERDIR}/Makefile"