* added support to Emerge -repository w/ repo/*
[t2sde.git] / package / editors / vim / config.in
blob0613c4faa8989c298e6998e20e4a0238f016fcc8
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/vim/config.in
3 # Copyright (C) 2004 - 2022 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 if pkgcheck vim X
14 then
15         menu_begin MENU_PKG_VIM 'VIM (Vi IMproved) Options'
16                 choice SDECFG_PKG_VIM_FEATURES huge \
17                         tiny almost_no_features_enabled,_not_even_multiple_windows \
18                         small few_features_enabled,_as_basic_as_possible \
19                         normal a_default_selection_of_features_enabled \
20                         big many_features_enabled,_as_rich_as_possible \
21                         huge all_possible_featues_enabled
22                 choice SDECFG_PKG_VIM_GUI auto \
23                         no GUI_style:_No_GUI auto GUI_style:_Autoselect \
24                         gtk GUI_style:_GTK \
25                         gtk2 GUI_style:_GTK-2 \
26                         gtk3 GUI_style:_GTK-3 \
27                         gnome GUI_style:_Gnome \
28                         gnome2 GUI_style:_Gnome_2 \
29                         motif GUI_style:_Motif_/_Lesstif
31                 [ "$SDECFG_PKG_VIM_GUI" != "no" ] &&
32                         bool 'Build seperate CLI and GUI binaries' \
33                                 SDECFG_PKG_VIM_TWO_BINARIES 1
35                 bool 'Create VI replacement sym-link' \
36                         SDECFG_PKG_VIM_IS_VI_REPLACEMENT 1
37                 pkgcheck perl X &&
38                         bool 'Include Perl interpreter in vim' \
39                         SDECFG_PKG_VIM_PERLINTERP 0
40                 pkgcheck python X &&
41                         bool 'Include Python interpreter in vim' \
42                         SDECFG_PKG_VIM_PYTHONINTERP 0
43                 pkgcheck ruby X &&
44                         bool 'Include Ruby interpreter in vim' \
45                         SDECFG_PKG_VIM_RUBYINTERP 0
46                 pkgcheck tcltk X &&
47                         bool 'Include TCL interpreter in vim' \
48                         SDECFG_PKG_VIM_TCLINTERP 0
49         menu_end