mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
textproc/enchant2: expose Nuspell support
This commit is contained in:
parent
305df5e19d
commit
611a018bb4
2 changed files with 8 additions and 1 deletions
|
@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-applespell \
|
|||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_MULTI= SPELL
|
||||
OPTIONS_MULTI_SPELL=ASPELL HSPELL HUNSPELL ZEMBEREK
|
||||
OPTIONS_MULTI_SPELL=ASPELL HSPELL HUNSPELL NUSPELL ZEMBEREK
|
||||
OPTIONS_DEFAULT=HUNSPELL
|
||||
OPTIONS_SUB= yes
|
||||
HSPELL_DESC= Spell checking via Hspell
|
||||
|
@ -42,6 +42,11 @@ HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
|||
HUNSPELL_CONFIGURE_WITH= hunspell
|
||||
HUNSPELL_CONFIGURE_ON= --with-hunspell-dir=${LOCALBASE}/share/hunspell
|
||||
|
||||
NUSPELL_LIB_DEPENDS= libicuuc.so:devel/icu \
|
||||
libnuspell.so:textproc/nuspell
|
||||
NUSPELL_CONFIGURE_WITH= nuspell
|
||||
NUSPELL_CONFIGURE_ON= --with-nuspell-dir=${LOCALBASE}/share/nuspell
|
||||
|
||||
ZEMBEREK_LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libdbus-glib-1.so:devel/dbus-glib
|
||||
ZEMBEREK_CONFIGURE_WITH= zemberek
|
||||
|
|
|
@ -9,6 +9,8 @@ include/enchant-2/enchant.h
|
|||
%%HSPELL%%lib/enchant-2/enchant_hspell.so
|
||||
%%HUNSPELL%%lib/enchant-2/enchant_hunspell.a
|
||||
%%HUNSPELL%%lib/enchant-2/enchant_hunspell.so
|
||||
%%NUSPELL%%lib/enchant-2/enchant_nuspell.a
|
||||
%%NUSPELL%%lib/enchant-2/enchant_nuspell.so
|
||||
%%ZEMBEREK%%lib/enchant-2/enchant_zemberek.a
|
||||
%%ZEMBEREK%%lib/enchant-2/enchant_zemberek.so
|
||||
lib/libenchant-2.a
|
||||
|
|
Loading…
Add table
Reference in a new issue