1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Add russian ooodict port.

PR:		47158
Submitted by:	Anton Yudin <toha@toha.org.ua>
This commit is contained in:
Martin Blapp 2003-05-13 18:38:45 +00:00
parent 327e6e0919
commit f2b39cb68f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80928
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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"