diff options
Diffstat (limited to 'hebrew/ooodict-he_IL/Makefile')
-rw-r--r-- | hebrew/ooodict-he_IL/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hebrew/ooodict-he_IL/Makefile b/hebrew/ooodict-he_IL/Makefile new file mode 100644 index 000000000000..d15ac8a94dc9 --- /dev/null +++ b/hebrew/ooodict-he_IL/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice.org Spell Checking Dictionary +# for Hebrew (Israel) language +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= Hebrew (Israel) MySpell dictionary for OpenOffice.org + +LANGPREFIX= he +LANGSUFFIX= IL +LANGDIST+= he_IL.zip +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |