mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
4de24b4b85
PR: ports/183958 Submitted by: Pakhom Golynga (origin zabbix2-* maintainer)
19 lines
389 B
Makefile
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"
|