Major changes: * Native IPv6 transport * Native SSH transport * Complete ChangeLog: https://github.com/munin-monitoring/munin/blob/2.0.7/ChangeLog
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2012/11/03 18:55:44 ftigeot Exp $
|
|
#
|
|
|
|
DISTNAME= munin-${VERSION}
|
|
PKGNAME= munin-common-${VERSION}
|
|
VERSION= 2.0.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=munin/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://munin-monitoring.org/
|
|
COMMENT= Common components between a munin node and master
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS= p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
USE_TOOLS+= gmake perl:run
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/common
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Munin/Common/.packlist
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
|
|
MUNIN_DBDIR?= ${VARBASE}/munin
|
|
MUNIN_LIBDIR= ${PREFIX}/lib/munin
|
|
MUNIN_LOGDIR?= ${VARBASE}/log/munin
|
|
MUNIN_SPOOLDIR?= ${VARBASE}/spool/munin
|
|
MUNIN_STATEDIR?= ${VARBASE}/run/munin
|
|
MUNIN_WWWDIR?= ${PREFIX}/www
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= lib/Munin/Common/Defaults.pm
|
|
SUBST_VARS.paths= PKG_SYSCONFDIR MUNIN_DBDIR MUNIN_LIBDIR \
|
|
MUNIN_LOGDIR MUNIN_STATEDIR MUNIN_WWWDIR \
|
|
MUNIN_PLUGSTATE PERL5
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|