diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 00:12:57 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 00:12:57 +0000 |
commit | c71290a76cfb07e4a854042a0bbd6d536fe3a837 (patch) | |
tree | a4889232e8b01f101ee79e7eae1498798543a7fb /portuguese | |
parent | c3479b5e2ae3107101b2457109cd42c536d998c4 (diff) | |
download | FreeBSD-ports-c71290a76cfb07e4a854042a0bbd6d536fe3a837.zip FreeBSD-ports-c71290a76cfb07e4a854042a0bbd6d536fe3a837.tar.gz |
Add OpenOffice.org 1.1 for portuguese (Brazil) language
Diffstat (limited to 'portuguese')
-rw-r--r-- | portuguese/Makefile | 1 | ||||
-rw-r--r-- | portuguese/openoffice-1.1-pt_BR/Makefile | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/portuguese/Makefile b/portuguese/Makefile index 01b3861..f33b63b 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 0000000..18a3f13 --- /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" |