diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-12 03:10:42 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-12 03:10:42 +0800 |
commit | 21686798d4ba53bb3da57de029241b0f75cf1ba3 (patch) | |
tree | ce89aa32ec5261101dbb8dbf12a66cf64271e3db /french | |
parent | 2adade594a9be30680f11921a2e2dc607dfb3161 (diff) | |
download | freebsd-ports-gnome-21686798d4ba53bb3da57de029241b0f75cf1ba3.tar.gz freebsd-ports-gnome-21686798d4ba53bb3da57de029241b0f75cf1ba3.tar.zst freebsd-ports-gnome-21686798d4ba53bb3da57de029241b0f75cf1ba3.zip |
Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
which is a rewrite of iSpell in c++ with lots of additional features.
Diffstat (limited to 'french')
-rw-r--r-- | french/ooodict-fr_FR/Makefile | 18 | ||||
-rw-r--r-- | french/ooodict-fr_FR/pkg-comment | 1 | ||||
-rw-r--r-- | french/openoffice-1.0/Makefile | 1 | ||||
-rw-r--r-- | french/openoffice/Makefile | 1 |
4 files changed, 19 insertions, 2 deletions
diff --git a/french/ooodict-fr_FR/Makefile b/french/ooodict-fr_FR/Makefile new file mode 100644 index 000000000000..301507bbb6c1 --- /dev/null +++ b/french/ooodict-fr_FR/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for French (France) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANGPREFIX= fr +LANGSUFFIX= FR +LANGDIST+= fr_FR.zip +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all +RDEP= ${PORTSDIR}/french/openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/french/ooodict-fr_FR/pkg-comment b/french/ooodict-fr_FR/pkg-comment new file mode 100644 index 000000000000..12bba3257cf1 --- /dev/null +++ b/french/ooodict-fr_FR/pkg-comment @@ -0,0 +1 @@ +French (France) MySpell dictionary for OpenOffice.org diff --git a/french/openoffice-1.0/Makefile b/french/openoffice-1.0/Makefile index 7cffecae4b14..544ffdd04ae4 100644 --- a/french/openoffice-1.0/Makefile +++ b/french/openoffice-1.0/Makefile @@ -9,7 +9,6 @@ CATEGORIES= french editors LANG_PKGNAME= fr LANG_EXT= 33 -EXTRACT_LANGDIST+= fr_FR.zip LANG_CONFIGURE_ARG= FREN MASTERDIR= ${.CURDIR}/../../editors/openoffice diff --git a/french/openoffice/Makefile b/french/openoffice/Makefile index 7cffecae4b14..544ffdd04ae4 100644 --- a/french/openoffice/Makefile +++ b/french/openoffice/Makefile @@ -9,7 +9,6 @@ CATEGORIES= french editors LANG_PKGNAME= fr LANG_EXT= 33 -EXTRACT_LANGDIST+= fr_FR.zip LANG_CONFIGURE_ARG= FREN MASTERDIR= ${.CURDIR}/../../editors/openoffice |