aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-07 10:24:08 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-07 10:24:08 +0000
commit06496901334947c6fba2119e39a4274d6f193ace (patch)
tree23e4f21e51c6c60bbe0b8dd15166aa0571f66599 /editors/openoffice.org-3/files
parent9e86269ba1ad32b0fbcab4cbd405cfaa2be0cdb0 (diff)
downloadports-06496901334947c6fba2119e39a4274d6f193ace.tar.gz
ports-06496901334947c6fba2119e39a4274d6f193ace.zip
Add a new knob LOCALIZED_LANG=all. This builds possible languages
supported by OOo and installs as one package.
Notes
Notes: svn path=/head/; revision=181678
Diffstat (limited to 'editors/openoffice.org-3/files')
-rw-r--r--editors/openoffice.org-3/files/Makefile.knobs7
-rw-r--r--editors/openoffice.org-3/files/Makefile.localized1
2 files changed, 8 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs
index 87843d8a66bc..2c57827a5c12 100644
--- a/editors/openoffice.org-3/files/Makefile.knobs
+++ b/editors/openoffice.org-3/files/Makefile.knobs
@@ -132,12 +132,19 @@ pre-fetch:
@${ECHO} "You can compile OOo with evolution2 support by"
@${ECHO} "make -DWITH_EVOLUTION2"
.endif
+.if ${LOCALIZED_LANG} != "all"
+ @${ECHO}
+ @${ECHO} "You can compile OOo with full localized language support by"
+ @${ECHO} "make LOCALIZED_LANG=all"
+.endif
@${ECHO}
@${ECHO} "NOTICE:"
@${ECHO}
@${ECHO} "To build OOo, you should have a lot"
.if defined(WITH_DEBUG)
@${ECHO} "of free diskspace (~ 18GB) and memory (~ 2GB)."
+.elif ${LOCALIZED_LANG} == "all"
+ @${ECHO} "of free diskspace (~ 35GB) and memory (~ 2GB)."
.else
@${ECHO} "of free diskspace (~ 9GB) and memory (~ 2GB)."
.endif
diff --git a/editors/openoffice.org-3/files/Makefile.localized b/editors/openoffice.org-3/files/Makefile.localized
index 584a01df7b8b..ce9ac37a728c 100644
--- a/editors/openoffice.org-3/files/Makefile.localized
+++ b/editors/openoffice.org-3/files/Makefile.localized
@@ -343,5 +343,6 @@ LANG_PKGNAME= ${LOCALIZED_LANG}
################################################################
.if ${LOCALIZED_LANG} == "all"
ALL_LOCALIZED_LANGS=yes
+PKGNAMESUFFIX= -alllangs
.endif
.endif