eeb45e075e
Summary: - Update to 5.0.15 - Reformat a bit according to portclippy and portfmt - Rework pidfile and logfile handling (now under /var/{run,log}/zabbix) - Provide sample config for agentd - Changelog: https://www.zabbix.com/rn/rn5.0.15 PR: 258076 Reviewed by: pg@pakhom.spb.ru (maintainer) Differential Revision: https://reviews.freebsd.org/D31845
11 lines
231 B
Makefile
11 lines
231 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
|
|
PORTNAME= zabbix5
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -proxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix5-server
|
|
|
|
OPTIONS_SINGLE_DB= MYSQL ORACLE PGSQL SQLITE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|