1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/shells/bash1/Makefile

38 lines
747 B
Makefile
Raw Normal View History

# ex:ts=8
2000-02-13 03:25:05 +00:00
# Ports collection makefile for: bash
# Date created: 21 August 1994
# Whom: jkh
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= bash
PORTVERSION= 1.14.7
CATEGORIES= shells
2000-02-13 03:25:05 +00:00
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bash
2002-05-08 21:03:16 +00:00
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
2000-02-13 03:25:05 +00:00
WRKSRC= ${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.
NOMANCOMPRESS= yes
MAN1= bash.1 bash_builtins.1
INFO= bash
2004-03-07 05:06:59 +00:00
.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
2004-03-07 05:06:59 +00:00
.include <bsd.port.post.mk>