Add zabbix74 ports, a Standard release. Its support will last until there will be 8.0 LTS release (at the latest in Q3/2026). The upgrade notes can be found at: https://www.zabbix.com/documentation/7.4/en/manual/installation/upgrade_notes_740 Release notes: https://www.zabbix.com/rn/rn7.4.0
12 lines
212 B
Makefile
12 lines
212 B
Makefile
PORTNAME= zabbix74
|
|
PORTREVISION= 0
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -java
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
|
PLIST= ${PKGDIR}/pkg-plist.java
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|