diff options
author | mbr <mbr@FreeBSD.org> | 2003-05-14 02:38:45 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-05-14 02:38:45 +0800 |
commit | 15fca2fd1d3ffd37a45eff5bdecc5e7e98073975 (patch) | |
tree | 08a6a44f4970ec16888b6dbd3d21600475b3d31e /russian | |
parent | 3399caece76524f09ef38790735101612e91c134 (diff) | |
download | freebsd-ports-gnome-15fca2fd1d3ffd37a45eff5bdecc5e7e98073975.tar.gz freebsd-ports-gnome-15fca2fd1d3ffd37a45eff5bdecc5e7e98073975.tar.zst freebsd-ports-gnome-15fca2fd1d3ffd37a45eff5bdecc5e7e98073975.zip |
Add russian ooodict port.
PR: 47158
Submitted by: Anton Yudin <toha@toha.org.ua>
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/ooodict-ru_RU/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 163dd4051cf2..577b2cb0f527 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -15,6 +15,7 @@ SUBDIR += ksocrat SUBDIR += messarge SUBDIR += mtc + SUBDIR += ooodict-ru_RU SUBDIR += openoffice SUBDIR += p5-Lingua-RU-Charset SUBDIR += p5-XML-Parser-encodings diff --git a/russian/ooodict-ru_RU/Makefile b/russian/ooodict-ru_RU/Makefile new file mode 100644 index 000000000000..d3b0d9da8361 --- /dev/null +++ b/russian/ooodict-ru_RU/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for Russian (Russia) language +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Anton Yudin <toha@toha.org.ua> +# +# $FreeBSD$ +# + +COMMENT= Russian MySpell dictionary for OpenOffice.org +CATEGORIES= russian + +LANGPREFIX= ru +LANGSUFFIX= RU +LANGDIST+= ru_RU_io.zip +HYPHDIST+= hyph_de_DE.zip +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all +RDEP= ${PORTSDIR}/russian/openoffice + +.include "${MASTERDIR}/Makefile" |