blob: 4308e6987d5ca3a7c90435c56307a2d6ba55c882 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: zabbix-agent
# Date created: Jun 18 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
PORTNAME= zabbix
PKGNAMESUFFIX= -agent
MASTERDIR= ${.CURDIR}/../zabbix-server
PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
OPTIONS= IPV6 "Support for IPv6" on
.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"
|