19 lines
478 B
Makefile
19 lines
478 B
Makefile
# New ports collection makefile for:
|
|
# OpenOffice.org Spell Checking Dictionary
|
|
# for Romanian (Romania) language
|
|
# Date created: Tue Aug 10 24:00:00 UTC 2002
|
|
# Whom: Martin Blapp <mbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= Romanian (Romania) MySpell dictionary for OpenOffice.org
|
|
|
|
LANGPREFIX= ro
|
|
LANGSUFFIX= RO
|
|
LANGDIST+= ro_RO.zip
|
|
HYPHDIST+= hyph_ro_RO.zip
|
|
MASTERDIR= ${.CURDIR}/../ooodict-all
|
|
RDEP= ${PORTSDIR}/editors/openoffice.org-1.1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|