freebsd-ports/net-mgmt/icingaweb2-module-graphite/Makefile
Lars Engels d8f0aa1f96 This module integrates an existing Graphite installation in your Icinga Web 2
frontend.

It provides a new menu section with two general overviews for hosts and
services as well as an extension to the host and service detail view of the
monitoring module.

WWW: https://github.com/Icinga/icingaweb2-module-graphite
2017-11-28 16:01:14 +00:00

29 lines
553 B
Makefile

# $FreeBSD$
PORTNAME= icingaweb2-module-graphite
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
CATEGORIES= net-mgmt www
MAINTAINER= lme@FreeBSD.org
COMMENT= Graphite integration into Icinga Web 2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= icingaweb2>=2.5.0:net-mgmt/icingaweb2
USE_GITHUB= yes
GH_ACCOUNT= icinga
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>