diff options
-rw-r--r-- | net-mgmt/zabbix-agent/Makefile | 17 | ||||
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 17 | ||||
-rw-r--r-- | net/Makefile | 1 |
3 files changed, 35 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" diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile new file mode 100644 index 000000000000..941cd3dd82aa --- /dev/null +++ b/net-mgmt/zabbix2-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" diff --git a/net/Makefile b/net/Makefile index 9248c8f0cd90..616f312bc61b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -760,6 +760,7 @@ SUBDIR += yptransitd SUBDIR += ysm SUBDIR += ytalk + SUBDIR += zabbix-agent SUBDIR += zebra SUBDIR += zebra-devel SUBDIR += zebra-pj |