blob: f29c5db0d7af2d5eb5b77086b7f70c083ede7a68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Pakhom Golynga <pakhom706@gmail.com>
# $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"
|