summaryrefslogtreecommitdiff
path: root/portuguese
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-09 00:12:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-09 00:12:57 +0000
commit1b19d8eb0948c4939c41599e190a31163f4450b4 (patch)
tree3ba7c9b891c54d9269c10fdcd3cddb6d7b947aab /portuguese
parentAdd OpenOffice.org 1.1 for turkish language (diff)
Add OpenOffice.org 1.1 for portuguese (Brazil) language
Notes
Notes: svn path=/head/; revision=93457
Diffstat (limited to 'portuguese')
-rw-r--r--portuguese/Makefile1
-rw-r--r--portuguese/openoffice-1.1-pt_BR/Makefile22
2 files changed, 23 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile
index 01b3861ccc8b..f33b63bd67f5 100644
--- a/portuguese/Makefile
+++ b/portuguese/Makefile
@@ -11,6 +11,7 @@
SUBDIR += ooodict-pt_BR
SUBDIR += ooodict-pt_PT
SUBDIR += openoffice-1.0
+ SUBDIR += openoffice-1.1-pt_BR
SUBDIR += staroffice52
SUBDIR += webalizer-pt_BR
SUBDIR += webalizer-pt_PT
diff --git a/portuguese/openoffice-1.1-pt_BR/Makefile b/portuguese/openoffice-1.1-pt_BR/Makefile
new file mode 100644
index 000000000000..18a3f132db57
--- /dev/null
+++ b/portuguese/openoffice-1.1-pt_BR/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: OpenOffice for Portuguese (Brazil) language
+# Date created: Tue Jun 11 16:47:21 UTC 2003
+# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+COMMENT= Editor texto/gráfico, banco de dados/planilha/navegador integrado
+CATEGORIES= portuguese
+
+.if !defined (LANG) && !defined(USE_LANG)
+USE_LANG= pt_BR.ISO8859-1
+.endif
+LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \
+ pt_BR.ISO8859-1
+
+LANG_PKGNAME= pt_BR
+LANG_EXT= 55
+LANG_CONFIGURE_ARG= PORTBR
+MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"