60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
18 lines
363 B
Makefile
18 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"
|