summaryrefslogtreecommitdiff
path: root/shells/bash1/Makefile
blob: 26b51a3b0b2fe3c0514ae77e8a6f321e13aa3637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ex:ts=8
# Ports collection makefile for:  bash
# Date created:			  21 August 1994
# Whom:				  jkh
#
# $FreeBSD$
#

PORTNAME=	bash
PORTVERSION=	1.14.7
CATEGORIES=	shells
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	bash

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The GNU Bourne Again Shell -- old version

DEPRECATED=	Bash 1.x is EOL, please use shells/bash.
EXPIRATION_DATE=	2004-08-25

NO_LATEST_LINK=	yes
WRKSRC=	${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.
NOMANCOMPRESS=	yes
MAN1=		bash.1 bash_builtins.1
INFO=		bash

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64"
BROKEN=		"Does not compile on ia64"
.endif

post-install:
	@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir

.include <bsd.port.post.mk>