6de0d3925b
- Update slave ports: zabbix22-agent, zabbix22-proxy - Update maintainer address to pakhom@pakhom.spb.ru PR: 202243 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# Created by: Pakhom Golynga <pakhom@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix22
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -agent
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix22-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
OPTIONS_DEFAULT= IPV6
|
|
|
|
.include <bsd.port.options.mk>
|
|
.include "${MASTERDIR}/Makefile"
|