mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
7bfd521e44
Submitted by: krion via krisautomail
20 lines
479 B
Makefile
20 lines
479 B
Makefile
# New ports collection makefile for:
|
|
# OpenOffice.org Spell Checking Dictionary
|
|
# for English (United States)
|
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= English (United States) MySpell dictionary for OpenOffice.org
|
|
|
|
LANGPREFIX= en
|
|
LANGSUFFIX= US
|
|
LANGDIST+= en_US.zip
|
|
HYPHDIST+= hyph_en_US.zip
|
|
MASTERDIR= ${.CURDIR}/../ooodict-all
|
|
RDEP= ${PORTSDIR}/editors/openoffice.org-1.1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|