pkgsrc/textproc/hunspell/options.mk
wiz 24c534dd38 Initial import of hunspell-1.12.2, packaged for pkgsrc-wip by Adam Hoka,
updated to latest version by me:

Hunspell is the default spell checker of OpenOffice.org office suite
and expectant spell checker of Mozilla Firefox and Thunderbird.

Main features:

  * Unicode support.
  * Conditional and multiple affixes for languages with rich morphology.
  * Extended compound word support.
  * Morphological analysis (in custom item and arrangement style).
  * Hunspell is based on MySpell and works also with MySpell dictionaries.
  * GPL/LGPL/MPL tri-license
2007-09-11 17:40:29 +00:00

17 lines
447 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2007/09/11 17:40:29 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hunspell
PKG_OPTIONS_REQUIRED_GROUPS= display
PKG_OPTIONS_GROUP.display= ncurses ncursesw
PKG_SUGGESTED_OPTIONS= ncurses
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mncurses)
USE_NCURSES= yes
. include "../../devel/ncurses/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mncursesw)
. include "../../devel/ncursesw/buildlink3.mk"
.endif