1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Created by: Pakhom Golynga <pakhom706@gmail.com> # $FreeBSD$ PORTNAME= zabbix22 PKGNAMESUFFIX= -agent CATEGORIES= net-mgmt MASTERDIR= ${.CURDIR}/../zabbix22-server PLIST= ${PKGDIR}/pkg-plist.agent OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options OPTIONS_DEFINE= IPV6 OPTIONS_DEFAULT= IPV6 NO_STAGE= yes .include <bsd.port.options.mk> .include "${MASTERDIR}/Makefile"