diff options
author | pav <pav@FreeBSD.org> | 2009-12-14 06:30:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-14 06:30:18 +0800 |
commit | 104b1808f07091c7cc71e41926c2ad03143f1d02 (patch) | |
tree | 76604f3c0ff989980b752b98913bd1b546a0e602 /net-mgmt/zabbix16-proxy | |
parent | 584a1736c953a5b36bd41d67681967b176905e4a (diff) | |
download | freebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.tar.gz freebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.tar.zst freebsd-ports-gnome-104b1808f07091c7cc71e41926c2ad03143f1d02.zip |
- Update zabbix to 1.8
- Split the port to server, frontend, agent and proxy slaves
- Add zabbix16 for people who don't want to update to 1.8 yet
PR: ports/141364
Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
Diffstat (limited to 'net-mgmt/zabbix16-proxy')
-rw-r--r-- | net-mgmt/zabbix16-proxy/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mgmt/zabbix16-proxy/Makefile b/net-mgmt/zabbix16-proxy/Makefile new file mode 100644 index 000000000000..cb2708531fc4 --- /dev/null +++ b/net-mgmt/zabbix16-proxy/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: zabbix16-proxy +# Date created: 2009-12-10 +# Whom: Jim Riggs <ports@christianserving.org> +# +# $FreeBSD$ +# + +PORTNAME= zabbix +PKGNAMESUFFIX= -proxy + +MASTERDIR= ${.CURDIR}/../zabbix16-server + +.include "${MASTERDIR}/Makefile" |