diff options
Diffstat (limited to 'www/seamonkey-i18n/Makefile.option')
-rw-r--r-- | www/seamonkey-i18n/Makefile.option | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/seamonkey-i18n/Makefile.option b/www/seamonkey-i18n/Makefile.option new file mode 100644 index 000000000000..ba50a7757952 --- /dev/null +++ b/www/seamonkey-i18n/Makefile.option @@ -0,0 +1,29 @@ +# New ports collection makefile.option for: firefox3-i18n +# Date created: 30 Nov 2008 +# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp> +# +# $FreeBSD$ +# + +OPTIONS= LANG_CA "Catalan" off \ + LANG_CS "Czech" off \ + LANG_NL "Dutch" off \ + LANG_DE "German" on \ + LANG_GB "English GB" off \ + LANG_US "English US" off \ + LANG_FI "Finnish" off \ + LANG_FR "French" on \ + LANG_HU "Hungarian" on \ + LANG_IT "Italian" on \ + LANG_JA "Japanese" off \ + LANG_JP "Japanese (ja-JP-mac)" off \ + LANG_LT "Lithuanian" off \ + LANG_NB "Norwegian" off \ + LANG_PL "Polish" off \ + LANG_PT "Portuguese" off \ + LANG_RU "Russian" on \ + LANG_ES "Spanish" on \ + LANG_SA "Spanish (Argentina)" off \ + LANG_SE "Swedish" off \ + LANG_SK "Slovak" off \ + LANG_TR "Turkish" off |