Even though DEBUG was picked through CFLAGS by the port, do append to
CXXFLAGS and LDFLAGS such that DEBUG ends in CXXFLAGS also iff set.
Simply use the existing LINK.cc instead of rolling our own:
$ make -p | grep ^LINK.cc
LINK.cc = ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}
OK stsp
CONFIGURE_STYLE and SEPARATE_BUILD are set to default, so drop them.
Consequently, as there's no configure target, substitute variables in
post-patch not pre-configure.
With SEPARATE_BUILD=no WRKSRC and WRKBUILD are identical, but install built
files still from the latter to be consistent.
Move the hardcoded list of processors into PROCESSORS.
OK stsp
TextSuggest is a program that shows completions for the word selected
or currently being typed. It is generally bound to a keyboard shortcut.
Testing by pamela@, kn@, and myself
ok kn@