12 lines
211 B
Makefile
12 lines
211 B
Makefile
PORTNAME= zabbix6
|
|
PORTREVISION= 0
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -java
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
|
PLIST= ${PKGDIR}/pkg-plist.java
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|