mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
18 lines
391 B
Makefile
18 lines
391 B
Makefile
# 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:net-mgmt/icinga-core \
|
|
${LOCALBASE}/www/icinga/main.html:net-mgmt/icinga-classicweb
|
|
|
|
USES= metaport
|
|
|
|
.include <bsd.port.mk>
|