47f0bc30ec
Suggested by: mr
18 lines
412 B
Makefile
18 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -icinga2
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Icinga2 performance data collector and grapher
|
|
|
|
MASTERDIR= ${.CURDIR}/../pnp
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:databases/rrdtool \
|
|
${LOCALBASE}/www/icingaweb2/public/index.php:net-mgmt/icingaweb2
|
|
|
|
NAGIOSDIR?= /var/spool/icinga2
|
|
NAGIOSHTMURL?= /icingaweb2
|
|
NAGIOSUSER?= icinga
|
|
NAGIOSGROUP?= icinga
|
|
|
|
.include "${MASTERDIR}/Makefile"
|