1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add OpenOffice.org 1.1 for portuguese (Brazil) language

This commit is contained in:
Maho Nakata 2003-11-09 00:12:57 +00:00
parent af763b298b
commit 1b19d8eb09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93457
2 changed files with 23 additions and 0 deletions

View File

@ -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

View File

@ -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"