freebsd-ports/net-mgmt/zabbix52-frontend/Makefile
Danilo G. Baio dbfcfa6d13 New ports: net-mgmt/zabbix52-[agent|frontend|java|proxy|server]
net-mgmt/zabbix5 -> net-mgmt/zabbix52

What's new in Zabbix 5.2:
https://www.zabbix.com/documentation/current/manual/introduction/whatsnew520

Changelog:	https://www.zabbix.com/rn/rn5.2.0

PR:		250775
Approved by:	pg@pakhom.spb.ru (maintainer)
2020-11-03 14:40:39 +00:00

35 lines
723 B
Makefile

# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
# $FreeBSD$
PORTNAME= zabbix52
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -frontend
MASTERDIR= ${.CURDIR}/../zabbix52-server
NO_BUILD= yes
NO_ARCH= yes
PATCHDIR=
PLIST= ${PKGDIR}/pkg-plist.frontend
USE_PHP= bcmath ctype dom fileinfo filter gd gettext hash json ldap mbstring \
openssl pcre session simplexml snmp sockets xml xmlreader xmlwriter
USES+= php:web
OPTIONS_DEFINE= MYSQLI PGSQL ORACLE
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
MYSQLI_USE= PHP=mysqli
PGSQL_USE= PHP=pgsql
ORACLE_CONFIGURE_WITH= oracle
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC}/ui && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include "${MASTERDIR}/Makefile"