|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= xcache |
8 |
PORTNAME= xcache |
| 9 |
DISTVERSION= 1.3.2 |
9 |
DISTVERSION= 2.0.0 |
| 10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
| 11 |
MASTER_SITES= http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/ |
11 |
MASTER_SITES= http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/ |
| 12 |
|
12 |
|
|
Lines 19-25
Link Here
|
| 19 |
|
19 |
|
| 20 |
CONFIGURE_ARGS= --enable-xcache=shared |
20 |
CONFIGURE_ARGS= --enable-xcache=shared |
| 21 |
|
21 |
|
| 22 |
OPTIONS= COVERAGER "Enable code coverage dumper" off |
22 |
OPTIONS= CONSTANT "Enable handling of compile time constants" off \ |
|
|
23 |
COVERAGER "Enable code coverage dumper" off |
| 23 |
|
24 |
|
| 24 |
SUB_FILES= pkg-message |
25 |
SUB_FILES= pkg-message |
| 25 |
PKGMESSAGE= ${WRKDIR}/pkg-message |
26 |
PKGMESSAGE= ${WRKDIR}/pkg-message |
|
Lines 37-42
Link Here
|
| 37 |
|
38 |
|
| 38 |
.include <bsd.port.pre.mk> |
39 |
.include <bsd.port.pre.mk> |
| 39 |
|
40 |
|
|
|
41 |
.if defined(WITH_CONSTANT) |
| 42 |
CONFIGURE_ARGS+=--enable-xcache-constant |
| 43 |
.endif |
| 44 |
|
| 40 |
.if defined(WITH_COVERAGER) |
45 |
.if defined(WITH_COVERAGER) |
| 41 |
CONFIGURE_ARGS+=--enable-xcache-coverager |
46 |
CONFIGURE_ARGS+=--enable-xcache-coverager |
| 42 |
PLIST_SUB+= COVERAGER="" |
47 |
PLIST_SUB+= COVERAGER="" |