1994-08-21 15:19:28 +02:00
|
|
|
# New ports collection makefile for: bash
|
1998-04-28 07:10:43 +02:00
|
|
|
# Version required: 2.*
|
1994-08-21 15:19:28 +02:00
|
|
|
# Date created: 21 August 1994
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-06-06 00:32:11 +02:00
|
|
|
# $Id: Makefile,v 1.35 1999/05/28 05:16:08 ache Exp $
|
1994-08-21 15:19:28 +02:00
|
|
|
#
|
|
|
|
|
1999-04-19 10:42:21 +02:00
|
|
|
DISTNAME= bash-2.03
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= shells
|
1998-05-16 13:39:19 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
ftp://slc2.ins.cwru.edu/pub/dist/
|
1999-01-27 08:41:29 +01:00
|
|
|
MASTER_SITE_SUBDIR= bash
|
1997-02-16 03:08:50 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
1999-05-28 03:09:20 +02:00
|
|
|
DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz
|
1997-02-16 03:08:50 +01:00
|
|
|
.endif
|
1995-10-04 15:45:01 +01:00
|
|
|
|
1997-02-16 03:08:50 +01:00
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
1994-08-21 15:19:28 +02:00
|
|
|
|
1997-02-16 03:08:50 +01:00
|
|
|
GNU_CONFIGURE= Yes
|
1999-05-28 07:16:08 +02:00
|
|
|
CONFIGURE_ARGS= --with-installed-readline
|
1997-02-16 03:08:50 +01:00
|
|
|
MAN1= bash.1 bashbug.1
|
1996-12-27 12:40:57 +01:00
|
|
|
|
1997-02-16 03:08:50 +01:00
|
|
|
post-install:
|
1997-06-28 01:03:34 +02:00
|
|
|
${CP} /etc/shells /etc/shells.bak
|
|
|
|
(${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; echo ${PREFIX}/bin/bash) >/etc/shells
|
|
|
|
${RM} /etc/shells.bak
|
1997-02-16 03:08:50 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/bash
|
|
|
|
${INSTALL_MAN} \
|
1999-05-28 03:09:20 +02:00
|
|
|
${WRKDIR}/doc/article.ps \
|
|
|
|
${WRKDIR}/doc/bashref.ps \
|
1997-02-16 03:08:50 +01:00
|
|
|
${PREFIX}/share/doc/bash
|
|
|
|
${INSTALL_MAN} \
|
1999-05-28 03:09:20 +02:00
|
|
|
${WRKDIR}/doc/article.txt \
|
1997-02-16 03:08:50 +01:00
|
|
|
${PREFIX}/share/doc/bash
|
|
|
|
${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps
|
|
|
|
.endif
|
1995-10-04 15:45:01 +01:00
|
|
|
|
1994-08-21 15:19:28 +02:00
|
|
|
.include <bsd.port.mk>
|