diff options
Diffstat (limited to 'sysutils/munin-doc/Makefile')
-rw-r--r-- | sysutils/munin-doc/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/munin-doc/Makefile b/sysutils/munin-doc/Makefile new file mode 100644 index 00000000000..8f140466c4b --- /dev/null +++ b/sysutils/munin-doc/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/08 19:03:34 he Exp $ +# + +DISTNAME= ${PKGNAME:S:-doc-:_:} +PKGNAME= munin-doc-1.3.1 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=munin/} + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://munin.sourceforge.net/ +COMMENT= System monitoring tool, documentation + +BUILD_DEPENDS+= htmldoc>=0:../../www/htmldoc +BUILD_DEPENDS+= html2text>=0:../../textproc/html2text + +USE_TOOLS+= perl +USE_TOOLS+= gmake +USE_PKGINSTALL= YES + +WRKSRC= ${WRKDIR}/${DISTNAME:S:_:-:} + +INSTALL_TARGET= install-doc install-man + +BUILD_TARGET= build-doc build-man + +MAKE_ENV+= PERL5=${PERL5:Q} + +.include "../../mk/bsd.pkg.mk" +.include "../../lang/python/application.mk" |