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