20 lines
467 B
Makefile
20 lines
467 B
Makefile
|
# New ports collection makefile for:
|
||
|
# OpenOffice.org Spell Checking Dictionary
|
||
|
# for English (Australia)
|
||
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
||
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
COMMENT= English (Australia) MySpell dictionary for OpenOffice.org
|
||
|
|
||
|
LANGPREFIX= en
|
||
|
LANGSUFFIX= AU
|
||
|
LANGDIST+= en_AU.zip
|
||
|
HYPHDIST+= hyph_en_AU.zip
|
||
|
MASTERDIR= ${.CURDIR}/../ooodict-all
|
||
|
RDEP= ${PORTSDIR}/editors/openoffice-1.1
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|