0dc2e87f9c
PR: ports/66923 Submitted by: Sergey Akifyev (maintainer)
17 lines
363 B
Makefile
17 lines
363 B
Makefile
# Ports collection makefile for: zabbix
|
|
# Date created: Jun 18 2003
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zabbix-agent
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= asa@gascom.ru
|
|
COMMENT= Very advanced network monitoring system (agent only)
|
|
|
|
ZABBIX_AGENT_ONLY=yes
|
|
MASTERDIR= ${.CURDIR}/../../net-mgmt/zabbix
|
|
|
|
.include "${MASTERDIR}/Makefile"
|