1 # $NetBSD: Makefile,v 1.14 2008/06/20 01:09:35 joerg Exp $
3 DISTNAME
= bash-doc-2.05b
4 PKGNAME
= bash-doc-2.05
.2
6 MASTER_SITES
= ${MASTER_SITE_GNU
:=bash
/} \
7 ftp
://ftp.cwru.edu
/pub
/bash
/
9 MAINTAINER
= pkgsrc-users@NetBSD.org
10 HOMEPAGE
= http
://www.gnu.org
/software
/bash
/bash.html
11 COMMENT
= Documentation for the GNU Bourne Again Shell
13 CONFLICTS
= bash
<=2.05nb1
21 DOCDIR
= ${PREFIX}/share
/doc
/bash
22 HTMLDIR
= ${PREFIX}/share
/doc
/html
/bash
24 INSTALLATION_DIRS
= ${DOCDIR} ${HTMLDIR}
28 ${WRKSRC}/article.ps \
29 ${WRKSRC}/bashref.ps \
30 ${WRKSRC}/article.txt \
31 ${DESTDIR}${PREFIX}/share
/doc
/bash
34 ${WRKSRC}/bashref.html \
36 ${GZIP_CMD} ${DESTDIR}${DOCDIR}/*.ps
38 .
include "../../mk/bsd.pkg.mk"