aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix-agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/zabbix-agent/Makefile')
-rw-r--r--net-mgmt/zabbix-agent/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/zabbix-agent/Makefile b/net-mgmt/zabbix-agent/Makefile
new file mode 100644
index 000000000000..941cd3dd82aa
--- /dev/null
+++ b/net-mgmt/zabbix-agent/Makefile
@@ -0,0 +1,17 @@
+# 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}/../zabbix
+
+.include "${MASTERDIR}/Makefile"