|
Lines 33-41
Link Here
|
| 33 |
|
33 |
|
| 34 |
SLAVEDIRS= editors/vim-lite |
34 |
SLAVEDIRS= editors/vim-lite |
| 35 |
|
35 |
|
| 36 |
.if defined(WITH_OPTIONS) || defined(WITH_VIM_OPTIONS) |
36 |
OPTIONS= PERL "Enable Perl interpreter" off \ |
| 37 |
.include "${.CURDIR}/../vim/options" |
37 |
PYTHON "Enable Python interpreter" off \ |
| 38 |
.endif |
38 |
RUBY "Enable Ruby interpreter" off \ |
|
|
39 |
TCL "Enable TCL interpreter" off \ |
| 40 |
LANG "VIm Translations" off \ |
| 41 |
CSCOPE "Enable cscope" off \ |
| 42 |
EXUBERANT_CTAGS "Use exctags instead of ctags" off \ |
| 43 |
X11 "X11 GUI (must enable if things below are)" on \ |
| 44 |
ATHENA "Athena GUI" off \ |
| 45 |
GTK2 "GTK2 GUI" off \ |
| 46 |
GNOME "Gnome1 GUI" off \ |
| 47 |
MOTIF "Motif GUI" off \ |
| 48 |
XTERM_SAVE "" off |
| 39 |
|
49 |
|
| 40 |
CONFLICTS= vim6* vim*-lite |
50 |
CONFLICTS= vim6* vim*-lite |
| 41 |
USE_BZIP2= yes |
51 |
USE_BZIP2= yes |
|
Lines 97-106
Link Here
|
| 97 |
MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big" |
107 |
MAKE_ARGS+= CONF_OPT_FEAT="--with-features=big" |
| 98 |
I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim" |
108 |
I18N= CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim" |
| 99 |
|
109 |
|
| 100 |
.if defined(NO_GUI) |
|
|
| 101 |
WITHOUT_X11= yes |
| 102 |
.endif |
| 103 |
|
| 104 |
.if defined(WITH_CSCOPE) |
110 |
.if defined(WITH_CSCOPE) |
| 105 |
RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope |
111 |
RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope |
| 106 |
MAKE_ARGS+= CONF_OPT_CSCOPE="--enable-cscope" |
112 |
MAKE_ARGS+= CONF_OPT_CSCOPE="--enable-cscope" |