freebsd-ports/net-mgmt/zabbix2-agent/Makefile

21 lines
421 B
Makefile
Raw Normal View History

# Ports collection makefile for: zabbix-agent
# Date created: Jun 18 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
PORTNAME= zabbix2
PKGNAMESUFFIX= -agent
MASTERDIR= ${.CURDIR}/../zabbix2-server
PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT= IPV6
.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"