From f156320aacf670377ab19028fc76e0582970693a Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Sat, 23 Mar 2013 20:20:22 +0000 Subject: - convert to optionsng - trim headers - remove stale comments - add common LANG_XX variables to bsd.options.desc.mk Reviewed by: bapt --- mail/thunderbird-i18n/Makefile.option | 48 +++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 mail/thunderbird-i18n/Makefile.option (limited to 'mail/thunderbird-i18n/Makefile.option') diff --git a/mail/thunderbird-i18n/Makefile.option b/mail/thunderbird-i18n/Makefile.option new file mode 100644 index 000000000000..7b41d4d3a549 --- /dev/null +++ b/mail/thunderbird-i18n/Makefile.option @@ -0,0 +1,48 @@ +# $FreeBSD$ + +OPTIONS_DEFINE= LANG_AR \ + LANG_BR \ + LANG_CA \ + LANG_CS \ + LANG_DA \ + LANG_DE \ + LANG_GB \ + LANG_US \ + LANG_SA \ + LANG_ES \ + LANG_ET \ + LANG_EU \ + LANG_FI \ + LANG_FR \ + LANG_FY \ + LANG_GA \ + LANG_GD \ + LANG_GL \ + LANG_HE \ + LANG_HU \ + LANG_IS \ + LANG_IT \ + LANG_JA \ + LANG_KO \ + LANG_LT \ + LANG_LV \ + LANG_NB \ + LANG_NL \ + LANG_NN \ + LANG_PL \ + LANG_PBR \ + LANG_PT \ + LANG_RM \ + LANG_RU \ + LANG_SI \ + LANG_SK \ + LANG_SL \ + LANG_SQ \ + LANG_SV \ + LANG_LK \ + LANG_TR \ + LANG_UK \ + LANG_TW + +OPTIONS_DEFAULT=LANG_ES LANG_PBR LANG_RU LANG_JA LANG_DE LANG_FR LANG_KO \ + LANG_IT -- cgit v1.2.3