Add net-mgmt/zabbix72-server and related ports: - server - proxy - agent - frontend - java Release notes: https://www.zabbix.com/rn/rn7.2.1
14 lines
227 B
Makefile
14 lines
227 B
Makefile
PORTNAME= zabbix72
|
|
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"
|