diff options
author | pav <pav@FreeBSD.org> | 2005-06-06 07:49:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-06 07:49:29 +0800 |
commit | 08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba (patch) | |
tree | 6d06915951d0ac48f4f712f56b908983f421920c /editors/ooodict-nn_NO | |
parent | 1853a374bda38071f2c05f18d0f7eeac7b9ae4e6 (diff) | |
download | freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.tar.gz freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.tar.zst freebsd-ports-gnome-08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba.zip |
- Unbreak and general update
- Add thesaureses
- Add new dictionaries for Afrikaans, Welsh, English (Australia), English
(New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician,
Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand),
Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda),
Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel),
German (Austria), French (Belgium)
PR: ports/78492, ports/81196
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>,
Nicholas Kirby <nkirby@dagr.net>
Approved by: maintainer (in general; too busy to work on ooodict)
Diffstat (limited to 'editors/ooodict-nn_NO')
-rw-r--r-- | editors/ooodict-nn_NO/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/ooodict-nn_NO/Makefile b/editors/ooodict-nn_NO/Makefile new file mode 100644 index 000000000000..dfce73475539 --- /dev/null +++ b/editors/ooodict-nn_NO/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice.org Spell Checking Dictionary +# for Norwegian/Nynorsk (Norway) language +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= Norwegian/Nynorsk (Norway) MySpell dictionary for OpenOffice.org + +LANGPREFIX= nn +LANGSUFFIX= NO +LANGDIST+= nn_NO.zip +MASTERDIR= ${.CURDIR}/../ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |