blob: 938822d9ee422c65466a5edb59186cc178afa63b (
plain)
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 English (United Kingdom)
# Date created: Tue Aug 10 24:00:00 UTC 2002
# Whom: Martin Blapp <mbr@FreeBSD.org>
#
# $FreeBSD$
#
COMMENT= English (United Kingdom) MySpell dictionary for OpenOffice.org
CATEGORIES= editors
LANGPREFIX= en
LANGSUFFIX= GB
LANGDIST+= en_GB.zip
HYPHDIST+= hyph_en_GB.zip
MASTERDIR= ${.CURDIR}/../ooodict-all
RDEP= ${PORTSDIR}/editors/openoffice
.include "${MASTERDIR}/Makefile"
|