20 lines
450 B
Makefile
20 lines
450 B
Makefile
# New ports collection makefile for:
|
|
# OpenOffice Spell Checking Dictionary
|
|
# for Slovak
|
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Slovak MySpell dictionary for OpenOffice.org
|
|
CATEGORIES= editors
|
|
|
|
LANGPREFIX= sk
|
|
LANGSUFFIX= SK
|
|
LANGDIST+= sk_SK.zip
|
|
HYPHDIST+= hyph_sk.zip
|
|
MASTERDIR= ${.CURDIR}/../ooodict-all
|
|
RDEP= ${PORTSDIR}/editors/openoffice
|
|
|
|
.include "${MASTERDIR}/Makefile"
|