11 lines
240 B
Makefile
11 lines
240 B
Makefile
PORTNAME= zabbix54
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= CURL IPV6 MODBUS
|
|
OPTIONS_DEFAULT= CURL OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|