1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/editors/vim/options
David E. O'Brien 62f1a5b37d Add support for "X11_ONLY" - which disables all GUI toolkit variants, but
does have support for the X11 cut buffer, etc...  (patch reworked by me)

PR:		140646
Submitted by:	Merijn Verstraaten <merijn@inconsistent.nl>
2009-12-29 08:46:57 +00:00

16 lines
583 B
Plaintext

OPTIONS= PERL "Enable Perl interpreter" off \
PYTHON "Enable Python interpreter" off \
RUBY "Enable Ruby interpreter" off \
TCL "Enable TCL interpreter" off \
LANG "VIm Translations" off \
CSCOPE "Enable cscope" off \
EXUBERANT_CTAGS "Use exctags instead of ctags" off \
X11 "X11 support (required for options below)" off \
X11_ONLY "CLI-only Vim, but with basic X11 support" off \
XTERM_SAVE "Restore xterm screen after exit" off \
ATHENA "Athena GUI" off \
GTK "GTK+ 1.2 GUI" off \
GTK2 "GTK2 GUI" off \
GNOME "Gnome1 GUI" off \
MOTIF "Motif GUI" off \