e4ab6030f0
Submitted by: Pavel@Janik.cz (Pavel Janik)
20 lines
488 B
Makefile
20 lines
488 B
Makefile
# New ports collection makefile for:
|
|
# OpenOffice.org Spell Checking Dictionary
|
|
# for French (France)
|
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= French (France) MySpell dictionary for OpenOffice.org
|
|
CATEGORIES= french
|
|
|
|
LANGPREFIX= fr
|
|
LANGSUFFIX= FR
|
|
LANGDIST+= fr_FR.zip
|
|
HYPHDIST+= hyph_fr_FR.zip
|
|
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
|
|
RDEP= ${PORTSDIR}/french/openoffice-1.0
|
|
|
|
.include "${MASTERDIR}/Makefile"
|