272e6e990f
with fixes from the stable branch. Changes since previous version: This release implements proper TLS support, as well as all the bugfixes from the 1.2 stable series. pkgsrc changes: * Fixed many pkglint warnings. * Install munin.conf and munin-node.conf as ${INSTALL_DATA} not ${INSTALL_SCRIPT}, I couldn't see any reason why those were installed as scripts. * Added VARBASE into BUILD_DEFS, as suggested by pkglint.
31 lines
762 B
Makefile
31 lines
762 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/12/05 14:53:32 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= ${PKGNAME:S:-doc-:_:}
|
|
PKGNAME= munin-doc-1.3.2
|
|
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}
|
|
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
|
|
CHECK_PORTABILITY_SKIP+= node/node.d/*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
.include "../../lang/python/application.mk"
|