20 lines
490 B
Makefile
20 lines
490 B
Makefile
# New ports collection makefile for:
|
|
# OpenOffice Spell Checking Dictionary
|
|
# for German (Switzerland)
|
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= German (Switzerland) MySpell dictionary for OpenOffice.org
|
|
CATEGORIES= german
|
|
|
|
LANGPREFIX= de
|
|
LANGSUFFIX= CH
|
|
LANGDIST+= de_CH.zip
|
|
HYPHDIST+= hyph_de_DE.zip
|
|
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
|
|
RDEP= ${PORTSDIR}/german/openoffice
|
|
|
|
.include "${MASTERDIR}/Makefile"
|