1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net-mgmt/zabbix22-agent/Makefile
Vanilla I. Shu 4de24b4b85 Add zabbix22-*
PR:		ports/183958
Submitted by:	Pakhom Golynga (origin zabbix2-* maintainer)
2013-12-19 09:20:01 +00:00

19 lines
389 B
Makefile

# 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"