diff options
Diffstat (limited to 'french/ooodict-fr_FR/Makefile')
-rw-r--r-- | french/ooodict-fr_FR/Makefile | 18 |
1 files changed, 18 insertions, 0 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" |