8d1905f704
- by default, textproc/aspell installs the English dictionaries (no change); - thereafter you can install any foreign dictionary; - when you install a foreign dictionary, i.e. french/aspell or textproc/da-aspell, it installs only the dictionaries, and depends upon textproc/aspell for the programs; - if you don't need the English dictionaries, you can define WITHOUT_DICTEN or install textproc/aspell-without-dicten; - add a new port for textproc/en-aspell: if aspell had been installed without the English dictionaries, they can be added thereafter; - add a missing port for german/alt-aspell; - foreign dictionaries are almost independent from textproc/aspell, and their maintainership is available. Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
41 lines
901 B
Makefile
41 lines
901 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = German support
|
|
|
|
SUBDIR += BBBike
|
|
SUBDIR += acroread
|
|
SUBDIR += alt-aspell
|
|
SUBDIR += aspell
|
|
SUBDIR += bsdforen-firefox-searchplugin
|
|
SUBDIR += citrix_ica
|
|
SUBDIR += dict
|
|
SUBDIR += ding
|
|
SUBDIR += geonext
|
|
SUBDIR += ispell
|
|
SUBDIR += ispell-alt
|
|
SUBDIR += ispell-neu
|
|
SUBDIR += jdictionary-eng-ger
|
|
SUBDIR += jdictionary-ger-hun
|
|
SUBDIR += kde3-i18n
|
|
SUBDIR += kheisereg
|
|
SUBDIR += koffice-i18n
|
|
SUBDIR += ksteak
|
|
SUBDIR += linux-eagle
|
|
SUBDIR += manpages
|
|
SUBDIR += phone
|
|
SUBDIR += php_doc
|
|
SUBDIR += schwobifyer
|
|
SUBDIR += selfhtml
|
|
SUBDIR += staroffice5
|
|
SUBDIR += staroffice52
|
|
SUBDIR += staroffice70
|
|
SUBDIR += steak
|
|
SUBDIR += swissgerman-ding
|
|
SUBDIR += tvbrowser
|
|
SUBDIR += unix-connect
|
|
SUBDIR += webalizer2
|
|
SUBDIR += wordpress
|
|
|
|
.include <bsd.port.subdir.mk>
|