summaryrefslogtreecommitdiff
path: root/sysutils/munin-doc/Makefile
diff options
context:
space:
mode:
authortm <tm@pkgsrc.org>2019-09-09 12:21:44 +0000
committertm <tm@pkgsrc.org>2019-09-09 12:21:44 +0000
commitc27eaba45447ed665857067a5b76089150173eb7 (patch)
tree34a2ebfdfaa9ad4952c5004dc868075e4ac08792 /sysutils/munin-doc/Makefile
parenta49ca3e42235f20411a5252bbc232d263f6a0863 (diff)
downloadpkgsrc-c27eaba45447ed665857067a5b76089150173eb7.tar.gz
munin: update to version 2.0.49
Version bump from outdated version 1.x to munin 2.0.49. Developed and imported from WIP in cooperation with Sebastian Wiedenroth, Roland Illig, Filip Hajny and Francois Tigeot.
Diffstat (limited to 'sysutils/munin-doc/Makefile')
-rw-r--r--sysutils/munin-doc/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/sysutils/munin-doc/Makefile b/sysutils/munin-doc/Makefile
deleted file mode 100644
index 6b4bdc25b22..00000000000
--- a/sysutils/munin-doc/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2019/08/11 13:23:10 wiz Exp $
-
-VERS= 1.3.2
-DISTNAME= munin_${VERS}
-PKGNAME= munin-doc-${VERS}
-PKGREVISION= 10
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=munin/}
-
-MAINTAINER= he@NetBSD.org
-HOMEPAGE= http://munin-monitoring.org/
-COMMENT= System monitoring tool, documentation
-LICENSE= gnu-gpl-v2
-
-BUILD_DEPENDS+= htmldoc>=0:../../www/htmldoc
-BUILD_DEPENDS+= html2text>=0:../../textproc/html2text
-
-USE_TOOLS+= perl pod2man
-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}
-MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
-CHECK_PORTABILITY_SKIP+= node/node.d/*
-
-PYTHON_FOR_BUILD_ONLY= yes
-
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"