3642f3e861
dependencies on the tools used to build doc/guide. doc/guide still uses BUILD_DEPENDS on the tools (so that it's still possible to build for certain output types with minimal dependencies); it does not depend on the meta-pkg.
24 lines
421 B
Makefile
24 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.1 2005/11/03 01:57:15 tv Exp $
|
|
#
|
|
|
|
DISTNAME= pkgsrc-guide-tools-1.0
|
|
CATEGORIES= meta-pkgs
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= tv@NetBSD.org
|
|
COMMENT= Packages required to build the pkgsrc Guide
|
|
|
|
_GUIDE_DEPTYPE= run
|
|
|
|
.include "../../doc/guide/Makefile.common"
|
|
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_MTREE= yes
|
|
|
|
do-install:
|
|
@${DO_NADA}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|