1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/net-mgmt/zabbix22-agent/Makefile
Danilo G. Baio 64b51e9790 net-mgmt/zabbix*-agent: Add libcurl support
This enables zabbix_agent simple_checks (net.tcp.service) for https.

PR:		234831
Reported by:	Marcin Gryszkalis <mg@fork.pl>
Approved by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
2019-03-27 11:37:10 +00:00

18 lines
305 B
Makefile

# Created by: Pakhom Golynga <pakhom@pakhom.spb.ru>
# $FreeBSD$
PORTNAME= zabbix22
PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
MASTERDIR= ${.CURDIR}/../zabbix22-server
PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= CURL IPV6
OPTIONS_DEFAULT= CURL
.include "${MASTERDIR}/Makefile"