b3d17e8557
There is hungarian category in the port collection. The hungarian OpenOffice dictionary can be moved to hungarian similarly to the german dictionary. PR: ports/50996 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
20 lines
475 B
Makefile
20 lines
475 B
Makefile
# New ports collection makefile for:
|
|
# OpenOffice.org Spell Checking Dictionary
|
|
# for Hungarian (Hungary)
|
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Hungarian (Hungary) Myspell dictionary for OpenOffice.org
|
|
|
|
CATEGORIES= hungarian
|
|
|
|
LANGPREFIX= hu
|
|
LANGSUFFIX= HU
|
|
LANGDIST+= hu_HU.zip
|
|
MASTERDIR= ${.CURDIR}/../../editors/ooodict-all
|
|
RDEP= ${PORTSDIR}/editors/openoffice-1.0
|
|
|
|
.include "${MASTERDIR}/Makefile"
|