mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
b76c437779
Add new ports for zabbix 6.4, an enterprise-class monitoring system. Release notes: https://www.zabbix.com/rn/rn6.4.0 PR: 269992 PR: 270012 PR: 270013
14 lines
227 B
Makefile
14 lines
227 B
Makefile
PORTNAME= zabbix64
|
|
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"
|