mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
14 lines
277 B
Makefile
14 lines
277 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
|
|
PORTNAME= zabbix3
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix3-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= CURL IPV6
|
|
OPTIONS_DEFAULT= CURL OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|