diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 08:20:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 08:20:49 +0800 |
commit | f42bb6dd6e183421d7bd143471a4de4ca54f02fe (patch) | |
tree | 3fd94537ef18ff1a07637863d547f25e6f657408 | |
parent | 4818d2ff405bea784304ffccb23b3aaa22749af2 (diff) | |
download | freebsd-ports-graphics-f42bb6dd6e183421d7bd143471a4de4ca54f02fe.tar.gz freebsd-ports-graphics-f42bb6dd6e183421d7bd143471a4de4ca54f02fe.tar.zst freebsd-ports-graphics-f42bb6dd6e183421d7bd143471a4de4ca54f02fe.zip |
Add OpenOffice.org 1.1 for russian language
-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 52f62428bf4..91737f8a8b8 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 00000000000..edbd2e054bb --- /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" |