Recently, when hunspell got updated to 1.5 in head but stayed at 1.3 in quarterly we had issues with the kde-test jenkins of @swills as ports depending on libhunspell had libhunspell-1.5.so:texptroc/hunspell, which obviously did not work on the quarterly branch.
So introduce Mk/Uses/spelling.mk that spews out the LIB_DEPENDS line, this way ports don't have to hardcode the hunspell so-version and it is only in one place.
At the moment this supports the arguments aspell, hunspell and ispell.
- I skipped editors/xmlcopyeditor, as arc didn't like the non-utf-8 encoding.