summaryrefslogtreecommitdiff
path: root/sysutils/munin-node/Makefile
blob: 3e8696907c677e2976ce3be9b0d4ceb4c8efa86f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# $NetBSD: Makefile,v 1.49 2022/10/11 14:38:47 taca Exp $

PKGNAME=	${DISTNAME:S/munin/munin-node/}
PKGREVISION=	2
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_

CHECK_PORTABILITY_SKIP+=	plugins/*

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"