OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.8 KiB

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