blob: 973ed7f56e4e79398c6c31afaf667824b64fff0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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$
#
COMMENT= French (France) MySpell dictionary for OpenOffice.org
CATEGORIES= french
LANGPREFIX= fr
LANGSUFFIX= FR
LANGDIST+= fr_FR.zip
HYPHDIST+= hyph_fr.zip
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
RDEP= ${PORTSDIR}/french/openoffice
.include "${MASTERDIR}/Makefile"
|