diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:12:57 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:12:57 +0000 |
commit | 1b19d8eb0948c4939c41599e190a31163f4450b4 (patch) | |
tree | 3ba7c9b891c54d9269c10fdcd3cddb6d7b947aab /portuguese | |
parent | af763b298baed6bc9f2b5dd89ab236ce62401d34 (diff) | |
download | ports-1b19d8eb0948c4939c41599e190a31163f4450b4.tar.gz ports-1b19d8eb0948c4939c41599e190a31163f4450b4.zip |
Add OpenOffice.org 1.1 for portuguese (Brazil) language
Notes
Notes:
svn path=/head/; revision=93457
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 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" |