summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-09 00:20:49 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-09 00:20:49 +0000
commit36f8529a0be29d9dbdc4fd1aee66727a84191046 (patch)
treeeefcd9375f6bb3c8904b8c1512fefd5e41cc95c5 /russian
parentAdd OpenOffice.org 1.1 for polish language (diff)
Add OpenOffice.org 1.1 for russian language
Notes
Notes: svn path=/head/; revision=93463
Diffstat (limited to 'russian')
-rw-r--r--russian/Makefile1
-rw-r--r--russian/openoffice-1.1/Makefile22
2 files changed, 23 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile
index 52f62428bf4d..91737f8a8b8b 100644
--- a/russian/Makefile
+++ b/russian/Makefile
@@ -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
diff --git a/russian/openoffice-1.1/Makefile b/russian/openoffice-1.1/Makefile
new file mode 100644
index 000000000000..edbd2e054bbe
--- /dev/null
+++ b/russian/openoffice-1.1/Makefile
@@ -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"