870265b195
net-mgmt/zabbix34 -> net-mgmt/zabbix4 What's new in Zabbix 4.0.0: https://www.zabbix.com/documentation/4.0/manual/introduction/whatsnew400 Main changes applied: - Drop IODBC option, it's not supported anymore. - Merge Patches and Sed's We were patching files with files/patch* and Makefile, now all changes are in the Makefile, to simplify the port and future upgrades. - Remove SQLite from Server/Frontend Since Zabbix 3.4, SQLite is no longer supported as a backend database for Zabbix server and frontend. It is still supported for Zabbix proxy. - Switch to options helper (Frontend) PR: 231895 Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
14 lines
219 B
Makefile
14 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix4
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -java
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix4-server
|
|
PLIST= ${PKGDIR}/pkg-plist.java
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
|
|
USE_JAVA= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|