aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/Makefile
blob: a2b577120b71299b5f8c6cb8c69f69128c0baa97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Chin-San Huang <chinsan@FreeBSD.org>
# $FreeBSD$

PORTNAME=	icinga
PORTVERSION=	1.13.3
PORTREVISION=	1
CATEGORIES=	net-mgmt

MAINTAINER=	lme@FreeBSD.org
COMMENT=	Metaport for Icinga 1.x and its classic web interface

RUN_DEPENDS=	icinga-core>=1.13.3:${PORTSDIR}/net-mgmt/icinga-core \
		${LOCALBASE}/www/icinga/main.html:${PORTSDIR}/net-mgmt/icinga-classicweb

USES=		metaport

.include <bsd.port.mk>