mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
3a2ee0c0b7
Commited with permission of the maintainer.
42 lines
992 B
Makefile
42 lines
992 B
Makefile
# New ports collection makefile for: bash
|
|
# Version required: 2.0
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.20 1996/12/27 11:40:41 ache Exp $
|
|
#
|
|
|
|
DISTNAME= bash-2.0
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \
|
|
${MASTER_SITE_GNU}
|
|
.if !defined(NOPORTDOCS)
|
|
DISTFILES= bash-2.0.tar.gz bash-doc-2.0.tar.gz
|
|
.endif
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= Yes
|
|
MAN1= bash.1 bashbug.1
|
|
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/bash
|
|
${INSTALL_MAN} \
|
|
${WRKDIR}/bash-doc-2.0/doc/article.ps \
|
|
${WRKDIR}/bash-doc-2.0/doc/bashref.ps \
|
|
${PREFIX}/share/doc/bash
|
|
${INSTALL_MAN} \
|
|
${WRKDIR}/bash-doc-2.0/doc/bash.html \
|
|
${WRKDIR}/bash-doc-2.0/doc/bashref.html \
|
|
${WRKDIR}/bash-doc-2.0/doc/bashref_toc.html \
|
|
${PREFIX}/share/doc/bash
|
|
${INSTALL_MAN} \
|
|
${WRKDIR}/bash-doc-2.0/doc/article.txt \
|
|
${PREFIX}/share/doc/bash
|
|
${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|