71afc9d4e8
- Clean up pkg-plist a bit [1] - Use modern LIB_DEPENDS PR: ports/188037 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: maintainer timeout (<pakhom706@gmail.com> , 3 weeks)
17 lines
375 B
Makefile
17 lines
375 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
|
|
|
|
.include <bsd.port.options.mk>
|
|
.include "${MASTERDIR}/Makefile"
|