summaryrefslogtreecommitdiff
path: root/portuguese/openoffice-1.1-pt_PT/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-09 00:16:15 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-09 00:16:15 +0000
commit6de9dbf1fff6f80729b8eb25b238d51243c62cc1 (patch)
treea95087a2096a47e3fb3b859dd65fb83757cc3d6e /portuguese/openoffice-1.1-pt_PT/Makefile
parentadd libvorbis dependency. This should fix the compile error (diff)
Add OpenOffice.org 1.1 for portuguese language
Notes
Notes: svn path=/head/; revision=93460
Diffstat (limited to '')
-rw-r--r--portuguese/openoffice-1.1-pt_PT/Makefile22
1 files changed, 22 insertions, 0 deletions
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"