blob: cf75c0f42420a857d9f2c5cb8d5831e906436abf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
PORTNAME= zabbix7
PORTREVISION= 0
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"
|