Lines 5-14
Link Here
|
5 |
# $FreeBSD$ |
5 |
# $FreeBSD$ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= zabbix |
8 |
PORTNAME= zabbix2 |
9 |
PKGNAMESUFFIX= -frontend |
9 |
PKGNAMESUFFIX= -frontend |
10 |
|
10 |
|
11 |
MASTERDIR= ${.CURDIR}/../zabbix-server |
11 |
MASTERDIR= ${.CURDIR}/../zabbix2-server |
12 |
|
12 |
|
13 |
NO_BUILD= yes |
13 |
NO_BUILD= yes |
14 |
PATCHDIR= |
14 |
PATCHDIR= |
Lines 20-27
Link Here
|
20 |
WANT_PHP_WEB= yes |
20 |
WANT_PHP_WEB= yes |
21 |
|
21 |
|
22 |
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options |
22 |
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options |
23 |
OPTIONS= MYSQL "Use MySQL backend" on \ |
23 |
OPTIONS= MYSQL "Use MySQL backend" off \ |
24 |
PGSQL "Use PostgreSQL backend" off \ |
24 |
PGSQL "Use PostgreSQL backend" on \ |
25 |
SQLITE "Use SQLite backend" off |
25 |
SQLITE "Use SQLite backend" off |
26 |
|
26 |
|
27 |
.include <bsd.port.options.mk> |
27 |
.include <bsd.port.options.mk> |