|
Lines 49-55
Link Here
|
| 49 |
RUBYSCRIPT "Enable Ruby scripting support" off \ |
49 |
RUBYSCRIPT "Enable Ruby scripting support" off \ |
| 50 |
LUASCRIPT "Enable Lua scripting support" off \ |
50 |
LUASCRIPT "Enable Lua scripting support" off \ |
| 51 |
GUILESCRIPT "Enable Guile scripting support" off \ |
51 |
GUILESCRIPT "Enable Guile scripting support" off \ |
| 52 |
ICONV "Enable iconv support" off |
52 |
ICONV "Enable iconv support" off \ |
|
|
53 |
MOUSE "Enable mouse support" off |
| 53 |
|
54 |
|
| 54 |
.include <bsd.port.pre.mk> |
55 |
.include <bsd.port.pre.mk> |
| 55 |
|
56 |
|
|
Lines 156-161
Link Here
|
| 156 |
CONFIGURE_ARGS+= --disable-gopher |
157 |
CONFIGURE_ARGS+= --disable-gopher |
| 157 |
.endif |
158 |
.endif |
| 158 |
|
159 |
|
|
|
160 |
.if defined(WITH_MOUSE) |
| 161 |
CONFIGURE_ARGS+= --enable-mouse |
| 162 |
.else |
| 163 |
CONFIGURE_ARGS+= --disable-mouse |
| 164 |
.endif |
| 165 |
|
| 166 |
|
| 159 |
.if defined(WITH_FINGER) |
167 |
.if defined(WITH_FINGER) |
| 160 |
CONFIGURE_ARGS+= --enable-finger |
168 |
CONFIGURE_ARGS+= --enable-finger |
| 161 |
.else |
169 |
.else |