992c97efcf
- 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
13 lines
227 B
Makefile
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"
|