freebsd-ports/net-mgmt/zabbix5-java/Makefile
Juraj Lutter eeb45e075e net-mgmt/zabbix5-server: Update to 5.0.15
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
2021-09-19 23:14:01 +02:00

13 lines
206 B
Makefile

PORTNAME= zabbix5
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -java
MASTERDIR= ${.CURDIR}/../zabbix5-server
USE_JAVA= yes
PLIST= ${PKGDIR}/pkg-plist.java
OPTIONS_DEFINE= IPV6
.include "${MASTERDIR}/Makefile"