mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
c86e9d9724
Approved by: portmgr blanket
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix3
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MAINTAINER= pakhom@pakhom.spb.ru
|
|
COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix3-server
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
OPTIONS_DEFAULT= OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|