pkgsrc/meta-pkgs/pkgsrc-guide-tools/Makefile
joerg 76e564a8a9 Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-15 09:51:58 +00:00

19 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/06/15 09:51:59 joerg Exp $
#
DISTNAME= pkgsrc-guide-tools-1.0
PKGREVISION= 1
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Packages required to build the pkgsrc Guide
_GUIDE_DEPTYPE= run
META_PACKAGE= yes
.include "../../doc/guide/Makefile.common"
.include "../../mk/bsd.pkg.mk"