|
Lines 22-31
Link Here
|
| 22 |
SUB_LIST+= SERENDIPITY=${SERENDIPITY} |
22 |
SUB_LIST+= SERENDIPITY=${SERENDIPITY} |
| 23 |
SUB_FILES= pkg-message |
23 |
SUB_FILES= pkg-message |
| 24 |
|
24 |
|
|
|
25 |
LOCALBASE?= /usr/local |
| 26 |
|
| 25 |
OPTIONS= MYSQL "Use MySQL backend" on \ |
27 |
OPTIONS= MYSQL "Use MySQL backend" on \ |
| 26 |
PGSQL "Use PostgreSQL backend" off \ |
28 |
PGSQL "Use PostgreSQL backend" off |
| 27 |
SQLITE "Use SQLite backend (PHP5)" off \ |
29 |
|
| 28 |
MAGICK "Use ImageMagick Library" on |
30 |
.if exists(${LOCALBASE}/etc/php.conf) |
|
|
31 |
.include "${LOCALBASE}/etc/php.conf" |
| 32 |
.endif |
| 33 |
|
| 34 |
.if defined(PHP_VER) && ${PHP_VER} == 5 |
| 35 |
OPTIONS+= SQLITE "Use SQLite backend" off |
| 36 |
.endif |
| 37 |
|
| 38 |
OPTIONS+= MAGICK "Use ImageMagick Library" on |
| 29 |
|
39 |
|
| 30 |
PORT_DBDIR?= /var/db/ports |
40 |
PORT_DBDIR?= /var/db/ports |
| 31 |
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} |
41 |
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} |