aboutsummaryrefslogtreecommitdiffstats
path: root/portuguese
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-11-09 08:16:15 +0800
committermaho <maho@FreeBSD.org>2003-11-09 08:16:15 +0800
commitefabeca9547c20b05c8b30bd35a71819e74b947b (patch)
treef628e39bed5ba29bf62122782bde49804a7935d1 /portuguese
parent95fe73820d155d09ae30341866ed6d1ce2c76838 (diff)
downloadfreebsd-ports-gnome-efabeca9547c20b05c8b30bd35a71819e74b947b.tar.gz
freebsd-ports-gnome-efabeca9547c20b05c8b30bd35a71819e74b947b.tar.zst
freebsd-ports-gnome-efabeca9547c20b05c8b30bd35a71819e74b947b.zip
Add OpenOffice.org 1.1 for portuguese language
Diffstat (limited to 'portuguese')
-rw-r--r--portuguese/Makefile1
-rw-r--r--portuguese/openoffice-1.1-pt_PT/Makefile22
2 files changed, 23 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile
index f33b63bd67f5..e17ab39f15da 100644
--- a/portuguese/Makefile
+++ b/portuguese/Makefile
@@ -12,6 +12,7 @@
SUBDIR += ooodict-pt_PT
SUBDIR += openoffice-1.0
SUBDIR += openoffice-1.1-pt_BR
+ SUBDIR += openoffice-1.1-pt_PT
SUBDIR += staroffice52
SUBDIR += webalizer-pt_BR
SUBDIR += webalizer-pt_PT
diff --git a/portuguese/openoffice-1.1-pt_PT/Makefile b/portuguese/openoffice-1.1-pt_PT/Makefile
new file mode 100644
index 000000000000..109956530d93
--- /dev/null
+++ b/portuguese/openoffice-1.1-pt_PT/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: OpenOffice for Portuguese language
+# Date created: Sun Nov 9 09:14:11 JST 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_PT.ISO8859-15
+.endif
+LANG_LIST= pt_PT.ISO8859-1 pt_PT.ISO_8859-15 pt_PT.ISO_8859-1 \
+ pt_BR.ISO8859-1
+
+LANG_PKGNAME= pt
+LANG_EXT= 03
+LANG_CONFIGURE_ARG= PORT
+MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"