1998-08-13 21:30:07 +00:00
|
|
|
# ex:ts=8
|
1994-08-21 13:19:28 +00:00
|
|
|
# New ports collection makefile for: bash
|
1997-01-02 07:00:25 +00:00
|
|
|
# Version required: 1.14.7
|
1994-08-21 13:19:28 +00:00
|
|
|
# Date created: 21 August 1994
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1998-08-13 21:30:07 +00:00
|
|
|
# $Id: Makefile,v 1.26 1998/04/04 07:36:44 asami Exp $
|
1994-08-21 13:19:28 +00:00
|
|
|
#
|
|
|
|
|
1997-01-02 07:00:25 +00:00
|
|
|
DISTNAME= bash-1.14.7
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= shells
|
1997-06-16 11:00:19 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1995-10-04 14:45:01 +00:00
|
|
|
|
1998-08-13 21:30:07 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1997-02-17 06:41:50 +00:00
|
|
|
|
1998-04-04 07:36:46 +00:00
|
|
|
NO_LATEST_LINK= yes
|
1997-01-02 07:00:25 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
# Don't compress manpages or .so not works.
|
1998-08-13 21:30:07 +00:00
|
|
|
NOMANCOMPRESS= yes
|
|
|
|
MAN1= bash.1 bash_builtins.1
|
1995-10-04 14:45:01 +00:00
|
|
|
|
1997-06-16 11:00:19 +00:00
|
|
|
post-install:
|
|
|
|
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
|
|
fi
|
|
|
|
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
|
|
|
|
|
1994-08-21 13:19:28 +00:00
|
|
|
.include <bsd.port.mk>
|