diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-05-13 18:38:45 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-05-13 18:38:45 +0000 |
commit | f2b39cb68f388ec7877e2625928c762eadf7c226 (patch) | |
tree | f4baafbf41c8acf45b6aa63d2b2f3b5ddcb66d94 /russian | |
parent | 327e6e09196269d2e244cf2be18b9cf4b239e71d (diff) | |
download | ports-f2b39cb68f388ec7877e2625928c762eadf7c226.tar.gz ports-f2b39cb68f388ec7877e2625928c762eadf7c226.zip |
Notes
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" |