mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
09446d28ec
Approved by: portmgr (self)
20 lines
394 B
Makefile
20 lines
394 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
|
|
|
|
BROKEN= Incomplete pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|