diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 08:05:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 08:05:50 +0000 |
commit | de2d00b638279cd49841a24fcef59e66b4c8cf4a (patch) | |
tree | bf400d159f7eb234ef81b6c05c7eaff800c44201 /net-mgmt/zabbix2-agent | |
parent | dc9b98f02ba81e70852cc50873e86785f710e6be (diff) | |
download | ports-de2d00b638279cd49841a24fcef59e66b4c8cf4a.tar.gz ports-de2d00b638279cd49841a24fcef59e66b4c8cf4a.zip |
Notes
Diffstat (limited to 'net-mgmt/zabbix2-agent')
-rw-r--r-- | net-mgmt/zabbix2-agent/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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" |