1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net-mgmt/zabbix2-agent/Makefile
Rene Ladan 0072d00b1c - Add stage support
- Use modern LIB_DEPENDS

Based on ports/188037

Approved by:	portmgr (infrastructure blanket)
2014-04-22 18:14:34 +00:00

18 lines
367 B
Makefile

# Created by: Sergey Akifyev <asa@gascom.ru>
# $FreeBSD$
PORTNAME= zabbix2
PKGNAMESUFFIX= -agent
CATEGORIES= net-mgmt
MASTERDIR= ${.CURDIR}/../zabbix2-server
PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT= IPV6
.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"