b4c6a4c8a0
Release notes: https://www.zabbix.com/rn/rn6.4.2
30 lines
669 B
Makefile
30 lines
669 B
Makefile
PORTNAME= zabbix64
|
|
PORTREVISION= 0
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX}
|
|
|
|
USES+= php:web,flavors
|
|
USE_PHP= bcmath ctype filter gd gettext ldap mbstring session \
|
|
simplexml sockets xml xmlreader xmlwriter
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
|
PATCHDIR=
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.frontend
|
|
|
|
OPTIONS_DEFINE= MYSQLI ORACLE PGSQL
|
|
OPTIONS_DEFAULT= MYSQLI
|
|
MYSQLI_DESC= MySQLI backend
|
|
|
|
MYSQLI_USE= PHP=mysqli
|
|
ORACLE_CONFIGURE_WITH= oracle
|
|
PGSQL_USE= PHP=pgsql
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
(cd ${WRKSRC}/ui && \
|
|
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
|
|
|
.include "${MASTERDIR}/Makefile"
|