pkgsrc/sysutils/munin-node/Makefile
taca f89772dda7 Bump PKGREVISION by change of default Ruby version
Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x.
These packages are depends on Ruby in some ways.
2019-12-15 15:38:57 +00:00

47 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.41 2019/12/15 15:38:58 taca Exp $
#
PKGNAME= ${DISTNAME:S/munin/munin-node/}
PKGREVISION= 1
COMMENT= System monitoring tool, client version
.include "../../sysutils/munin-common/Makefile.common"
DEPENDS+= munin-common>=${PKGVERSION_NOREV}:../../sysutils/munin-common
DEPENDS+= p5-IO-Socket-INET6>=0:../../net/p5-IO-Socket-INET6
DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
DEPENDS+= p5-Net-Server>=0:../../net/p5-Net-Server
DEPENDS+= p5-Socket6>=0:../../net/p5-Socket6
DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes
OWN_DIRS+= ${PKG_SYSCONFDIR}/plugin-conf.d
OWN_DIRS= ${PKG_SYSCONFDIR}/plugins
OWN_DIRS_PERMS+= ${MUNIN_DBDIR} ${MUNIN_USER} ${MUNIN_GROUP} 0755
OWN_DIRS_PERMS+= ${MUNIN_LOGDIR} ${MUNIN_USER} ${MUNIN_GROUP} 0755
OWN_DIRS_PERMS+= ${MUNIN_PLUGSTATE} nobody ${MUNIN_GROUP} 0775
OWN_DIRS_PERMS+= ${MUNIN_SPOOLDIR} ${MUNIN_USER} ${MUNIN_GROUP} 0775
OWN_DIRS_PERMS+= ${MUNIN_STATEDIR} ${MUNIN_USER} ${MUNIN_GROUP} 0755
REPLACE_PERL+= node/sbin/munin-node
REPLACE_PERL+= node/sbin/munin-node-configure
REPLACE_PERL+= node/sbin/munin-run
REPLACE_PERL+= plugins/node.d/slony_lag_.in
CONF_FILES+= ${EGDIR}/munin-node.conf ${PKG_SYSCONFDIR}/munin-node.conf
INSTALLATION_DIRS+= ${EGDIR}
CHECK_INTERPRETER_SKIP+= lib/munin/plugins/tomcat_
RCD_SCRIPTS+= munin-node
BUILD_TARGET= build
INSTALL_TARGET= install-node install-node-plugins
post-install:
${INSTALL_DATA} ${WRKSRC}/build/node/munin-node.conf ${DESTDIR}${EGDIR}
.include "../../lang/python/application.mk"
.include "../../lang/ruby/rubyversion.mk"
.include "../../mk/bsd.pkg.mk"