![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / shells / bash2-doc / Makefile (download)
Revision 1.11, Fri Jul 15 18:27:53 2005 UTC (15 years, 6 months ago) by jlam
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. |
# $NetBSD: Makefile,v 1.11 2005/07/15 18:27:53 jlam Exp $ DISTNAME= bash-doc-2.05b PKGNAME= bash-doc-2.05.2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html COMMENT= Documentation for the GNU Bourne Again Shell CONFLICTS= bash<=2.05nb1 WRKSRC= ${WRKDIR}/doc NO_CONFIGURE= # defined NO_BUILD= # defined USE_TOOLS+= gzip DOCDIR= ${PREFIX}/share/doc/bash HTMLDIR= ${PREFIX}/share/doc/html/bash do-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_MAN} \ ${WRKSRC}/article.ps \ ${WRKSRC}/bashref.ps \ ${WRKSRC}/article.txt \ ${PREFIX}/share/doc/bash ${INSTALL_DATA_DIR} ${HTMLDIR} ${INSTALL_MAN} \ ${WRKSRC}/bash.html \ ${WRKSRC}/bashref.html \ ${HTMLDIR} ${GZIP_CMD} ${DOCDIR}/*.ps .include "../../mk/bsd.pkg.mk"