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
|
|
|
|
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|