Add OpenOffice.org 1.1 for russian language
This commit is contained in:
parent
ebc85b1f7e
commit
36f8529a0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93463
2 changed files with 23 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += muttprint
|
||||
SUBDIR += ooodict-ru_RU
|
||||
SUBDIR += openoffice-1.0
|
||||
SUBDIR += openoffice-1.1
|
||||
SUBDIR += p5-Lingua-RU-Charset
|
||||
SUBDIR += p5-XML-Parser-encodings
|
||||
SUBDIR += p5-cyrillic
|
||||
|
|
22
russian/openoffice-1.1/Makefile
Normal file
22
russian/openoffice-1.1/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: OpenOffice for Russian language
|
||||
# Date created: Sun Nov 9 9:19:23 2003 JST
|
||||
# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= russian
|
||||
|
||||
.if !defined (LANG) && !defined(USE_LANG)
|
||||
USE_LANG= ru_RU.KOI8-R
|
||||
.endif
|
||||
LANG_LIST= ru_RU.KOI8-R uk_UA.KOI8-U
|
||||
LANG_PKGNAME= ru
|
||||
LANG_EXT= 07
|
||||
LANG_CONFIGURE_ARG= RUSS
|
||||
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
|
||||
|
||||
PATCH_SITES= http://people.freebsd.org/~mbr/ooo/
|
||||
PATCHFILES= patch-translation-ru-1.0.3.bz2
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue