1999-03-30 01:31:43 +00:00
|
|
|
# ex:ts=8
|
2000-02-13 03:25:05 +00:00
|
|
|
# Ports collection makefile for: bash
|
|
|
|
# Date created: 21 August 1994
|
|
|
|
# Whom: jkh
|
1999-03-30 01:31:43 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-03-30 01:31:43 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= bash
|
2000-04-21 08:19:33 +00:00
|
|
|
PORTVERSION= 1.14.7
|
1999-03-30 01:31:43 +00:00
|
|
|
CATEGORIES= shells
|
2000-02-13 03:25:05 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-03-30 01:31:43 +00:00
|
|
|
MASTER_SITE_SUBDIR= bash
|
|
|
|
|
2002-05-08 21:03:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-20 19:43:32 +00:00
|
|
|
COMMENT= The GNU Bourne Again Shell -- old version
|
|
|
|
|
2004-08-11 17:37:26 +00:00
|
|
|
DEPRECATED= Bash 1.x is EOL, please use shells/bash.
|
|
|
|
EXPIRATION_DATE= 2004-08-25
|
|
|
|
|
1999-03-30 01:31:43 +00:00
|
|
|
NO_LATEST_LINK= yes
|
2000-02-13 03:25:05 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
1999-03-30 01:31:43 +00:00
|
|
|
# Don't compress manpages or .so not works.
|
|
|
|
NOMANCOMPRESS= yes
|
|
|
|
MAN1= bash.1 bash_builtins.1
|
2003-09-01 14:50:15 +00:00
|
|
|
INFO= bash
|
1999-03-30 01:31:43 +00:00
|
|
|
|
2004-03-07 05:06:59 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "ia64"
|
|
|
|
BROKEN= "Does not compile on ia64"
|
|
|
|
.endif
|
|
|
|
|
1999-03-30 01:31:43 +00:00
|
|
|
post-install:
|
|
|
|
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
|
|
|
|
|
2004-03-07 05:06:59 +00:00
|
|
|
.include <bsd.port.post.mk>
|