diff options
Diffstat (limited to 'net-mgmt/zabbix74-agent/Makefile')
-rw-r--r-- | net-mgmt/zabbix74-agent/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/zabbix74-agent/Makefile b/net-mgmt/zabbix74-agent/Makefile new file mode 100644 index 000000000000..0ffccc3919ee --- /dev/null +++ b/net-mgmt/zabbix74-agent/Makefile @@ -0,0 +1,12 @@ +PORTNAME= zabbix74 +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" |