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