c86e9d9724
Approved by: portmgr blanket
15 lines
267 B
Makefile
15 lines
267 B
Makefile
# Created by: Sergey Akifyev <asa@gascom.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix2
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -agent
|
|
CATEGORIES= net-mgmt
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix2-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.agent
|
|
|
|
OPTIONS_DEFINE= IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|