diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-30 05:01:20 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-30 05:01:20 +0000 |
commit | 60b1d6f3e95ba25102bea6541d9a176a1188150b (patch) | |
tree | e51878d942cfe4175137421303e809bd90b5f148 /www/Makefile | |
parent | f9385189fb4dda60011f88ebe3f200f1bee57d86 (diff) |
Add port www/firefox-i18n
Please welcome a one-port-to-rule-them-all localization pack
for *firefox browser. It installs most popular languages by
default (zh-CN de fr ja ru it es-ES), but you can tune it by
setting FIREFOX_I18N in your /etc/make.conf to any other of
supported locales or to "all" to install them all.
It depends on xpi-locale-switcher extension by default, which
makes it very easy to switch between locales (Tools->Languages).
Define WITHOUT_SWITCHER to avoid the dependency.
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=163929
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 618082b22c1a..89f4b38a129d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -127,6 +127,7 @@ SUBDIR += firefox SUBDIR += firefox-devel SUBDIR += firefox-flp + SUBDIR += firefox-i18n SUBDIR += firefox-remote SUBDIR += firefox10 SUBDIR += flashplugin |