1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net-mgmt/icinga/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>