blob: 3b07a1a8a77c10e4fc1efd9e273254c6a975e467 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for:
# OpenOffice.org Spell Checking Dictionary
# for Ukrainian.
# Date created: Mon Mar 10 17:53:11 EET 2003
# Whom: Alexandr Kovalenko <never@nevermind.kiev.ua>
#
# $FreeBSD$
#
COMMENT= Ukrainian MySpell dictionary for OpenOffice.org
CATEGORIES= ukrainian
LANGPREFIX= uk
LANGSUFFIX= UA
LANGDIST+= uk_UA.zip
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
RDEP= ${PORTSDIR}/editors/openoffice-1.0
.include "${MASTERDIR}/Makefile"
|