diff options
author | he <he@pkgsrc.org> | 2006-06-08 19:03:34 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2006-06-08 19:03:34 +0000 |
commit | 98f0205c2dd3479b09432b772e8e0aa092ea1413 (patch) | |
tree | 8a0fb703a6afa5a9a0e3599fb34ab9fcc9540c1f /sysutils/munin-doc/Makefile | |
parent | 85ac8623f2fd026e76a6516dbddab2dabf41f481 (diff) | |
download | pkgsrc-98f0205c2dd3479b09432b772e8e0aa092ea1413.tar.gz |
Import a package to install the documentation to munin-node and the
soon-to-be-committed munin-server package.
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" |