diff options
author | marino <marino@FreeBSD.org> | 2014-11-09 19:06:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-09 19:06:52 +0800 |
commit | 307eee581c045da61892e9c57cd443a5ad0b4268 (patch) | |
tree | f5943fa24032048db34a0ba6cccbec50a2f24d2f /net-mgmt/Makefile | |
parent | 690d6ec97e3cc5ae8d7016639660ae580aa37320 (diff) | |
download | freebsd-ports-gnome-307eee581c045da61892e9c57cd443a5ad0b4268.tar.gz freebsd-ports-gnome-307eee581c045da61892e9c57cd443a5ad0b4268.tar.zst freebsd-ports-gnome-307eee581c045da61892e9c57cd443a5ad0b4268.zip |
Add four zabbix24 ports to net-mgmt (similar to zabbix22* ports)
This add Zabbix 2.4.1 server, agent, frontend, and proxy
PR: 194104
Submitted by: pakhom706 (gmail)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 79327f65d830..0a2ded290da3 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -326,5 +326,9 @@ SUBDIR += zabbix22-frontend SUBDIR += zabbix22-proxy SUBDIR += zabbix22-server + SUBDIR += zabbix24-agent + SUBDIR += zabbix24-frontend + SUBDIR += zabbix24-proxy + SUBDIR += zabbix24-server .include <bsd.port.subdir.mk> |