blob: ee7b3bab829d7c64c2ac8cd3ed2bbdb11b114da7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
RDEP= ${PORTSDIR}/french/openoffice
.include "${MASTERDIR}/Makefile"
|