freebsd-ports/net-mgmt/icinga/Makefile
Lars Engels d1e3b64213 - Split the Icinga port into two separate ports. One for the backend, one for the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other two ports.
- Add an UPDATING entry for above changes.
- Bump PORTREVISION

Reviewed by:	bapt
2015-08-12 21:01:07 +00:00

17 lines
415 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:${PORTSDIR}/net-mgmt/icinga-core \
${LOCALBASE}/www/icinga/main.html:${PORTSDIR}/net-mgmt/icinga-classicweb
USES= metaport
.include <bsd.port.mk>