freebsd-ports/net-mgmt/zabbix54-java/Makefile
Juraj Lutter 992c97efcf net-mgmt/zabbix54: Improve pid and log file handling
- Provide correct sample config files
- Put pid file under /var/run/zabbix and default log
  file into /var/log/zabbix directory. Create the directories
  as needed.
- Bump PKGREVISION for agent, proxy and server components only.

PR:		258076
2021-09-06 11:59:38 +02:00

13 lines
227 B
Makefile

PORTNAME= zabbix54
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"