diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:20:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:20:49 +0000 |
commit | 36f8529a0be29d9dbdc4fd1aee66727a84191046 (patch) | |
tree | eefcd9375f6bb3c8904b8c1512fefd5e41cc95c5 /russian | |
parent | ebc85b1f7e2672e1233d1ae0d571f5b4c88c869d (diff) | |
download | ports-36f8529a0be29d9dbdc4fd1aee66727a84191046.tar.gz ports-36f8529a0be29d9dbdc4fd1aee66727a84191046.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/openoffice-1.1/Makefile | 22 |
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" |