25 lines
439 B
Makefile
25 lines
439 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:06 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= pkgsrc-guide-tools-1.0
|
|
PKGREVISION= 1
|
|
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"
|