blob: cf6af1f37ae37683a91df7e94e65e5d25999111b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for:
# OpenOffice.org 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.zip
HYPHDIST+= hyph_ru_RU.zip
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
RDEP= ${PORTSDIR}/editors/openoffice.org-1.1
BROKEN= Incorrect pkg-plist
.include "${MASTERDIR}/Makefile"
|