diff options
author | mbr <mbr@FreeBSD.org> | 2003-05-14 03:18:15 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-05-14 03:18:15 +0800 |
commit | 3ebaa541aa3899b1cd63ab0ccb494eab0c9b8f6a (patch) | |
tree | f2daa1c8600d52355ec85e8148d91a8686d90dae /ukrainian | |
parent | 9a188b129c60d255083f7470d725ca1ade531794 (diff) | |
download | freebsd-ports-gnome-3ebaa541aa3899b1cd63ab0ccb494eab0c9b8f6a.tar.gz freebsd-ports-gnome-3ebaa541aa3899b1cd63ab0ccb494eab0c9b8f6a.tar.zst freebsd-ports-gnome-3ebaa541aa3899b1cd63ab0ccb494eab0c9b8f6a.zip |
Add Ukrainian ooodict.
PR: 49078
Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/ooodict-uk_UA/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ukrainian/ooodict-uk_UA/Makefile b/ukrainian/ooodict-uk_UA/Makefile new file mode 100644 index 000000000000..a489bbb2dc55 --- /dev/null +++ b/ukrainian/ooodict-uk_UA/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: +# OpenOffice 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 + +.include "${MASTERDIR}/Makefile" |