diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-05 23:49:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-05 23:49:29 +0000 |
commit | 3dfd7c4e9c0ee27f550bdf88421226d6f2d418a0 (patch) | |
tree | 9b5545c691640a46a45a0b56cdefa76491466881 /french | |
parent | 19679d50d051fb24f87329ae24bc341650845557 (diff) | |
download | ports-3dfd7c4e9c0ee27f550bdf88421226d6f2d418a0.tar.gz ports-3dfd7c4e9c0ee27f550bdf88421226d6f2d418a0.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/ooodict-fr_BE/Makefile | 20 | ||||
-rw-r--r-- | french/ooodict-fr_FR/Makefile | 3 |
3 files changed, 23 insertions, 1 deletions
diff --git a/french/Makefile b/french/Makefile index bf8587f6731b..8e48da61fc54 100644 --- a/french/Makefile +++ b/french/Makefile @@ -19,6 +19,7 @@ SUBDIR += koffice-i18n SUBDIR += med SUBDIR += mozilla-flp + SUBDIR += ooodict-fr_BE SUBDIR += ooodict-fr_FR SUBDIR += openoffice-1.0 SUBDIR += openoffice-1.1 diff --git a/french/ooodict-fr_BE/Makefile b/french/ooodict-fr_BE/Makefile new file mode 100644 index 000000000000..d21fb773dc24 --- /dev/null +++ b/french/ooodict-fr_BE/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: +# OpenOffice.org Spell Checking Dictionary +# for French (Belgium) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= French (Belgium) MySpell dictionary for OpenOffice.org +CATEGORIES= french + +LANGPREFIX= fr +LANGSUFFIX= BE +LANGDIST+= fr_BE.zip +HYPHDIST+= hyph_fr_BE.zip +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all +RDEP= ${PORTSDIR}/french/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" diff --git a/french/ooodict-fr_FR/Makefile b/french/ooodict-fr_FR/Makefile index 2219eafc5bae..392b7c40176e 100644 --- a/french/ooodict-fr_FR/Makefile +++ b/french/ooodict-fr_FR/Makefile @@ -14,7 +14,8 @@ LANGPREFIX= fr LANGSUFFIX= FR LANGDIST+= fr_FR.zip HYPHDIST+= hyph_fr_FR.zip +THESDIST+= thes_fr_FR.zip MASTERDIR= ${.CURDIR}/../../editors/ooodict-all -RDEP= ${PORTSDIR}/french/openoffice-1.0 +RDEP= ${PORTSDIR}/editors/openoffice-1.1 .include "${MASTERDIR}/Makefile" |