mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
19 lines
390 B
Makefile
19 lines
390 B
Makefile
|
# New ports collection makefile for:
|
||
|
# OpenOffice Spell Checking Dictionary
|
||
|
# for English (United States)
|
||
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
||
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= editors
|
||
|
|
||
|
LANGPREFIX= en
|
||
|
LANGSUFFIX= US
|
||
|
LANGDIST+= en_US.zip
|
||
|
MASTERDIR= ${.CURDIR}/../ooodict-all
|
||
|
RDEP= ${PORTSDIR}/editors/openoffice
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|