Add new ports for zabbix 7.0, an enterprise-class monitoring system. Release notes: https://www.zabbix.com/rn/rn7.0.0
14 lines
226 B
Makefile
14 lines
226 B
Makefile
PORTNAME= zabbix7
|
|
PORTREVISION= 0
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -java
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
|
PLIST= ${PKGDIR}/pkg-plist.java
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
|
|
USE_JAVA= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|