diff options
author | pav <pav@FreeBSD.org> | 2005-06-06 07:50:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-06 07:50:23 +0800 |
commit | 1ecec00f1f8fe9b679d4b30b5cb444b479d94d28 (patch) | |
tree | 4e578650f54437ab636bddac7967d4a941b6c556 /editors | |
parent | 08508d9c1eb70cbd9ce5a0bb0c5fc657d5e2d7ba (diff) | |
download | freebsd-ports-gnome-1ecec00f1f8fe9b679d4b30b5cb444b479d94d28.tar.gz freebsd-ports-gnome-1ecec00f1f8fe9b679d4b30b5cb444b479d94d28.tar.zst freebsd-ports-gnome-1ecec00f1f8fe9b679d4b30b5cb444b479d94d28.zip |
- Add Setswana and Zulu OpenOffice dictionaries
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-tn_ZA/Makefile | 18 | ||||
-rw-r--r-- | editors/ooodict-zu_ZA/Makefile | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/editors/ooodict-tn_ZA/Makefile b/editors/ooodict-tn_ZA/Makefile new file mode 100644 index 000000000000..253b99a7d75e --- /dev/null +++ b/editors/ooodict-tn_ZA/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice.org Spell Checking Dictionary +# for Setswana (Africa) language +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= Setswana (Africa) MySpell dictionary for OpenOffice.org + +LANGPREFIX= tn +LANGSUFFIX= ZA +LANGDIST+= tn_ZA.zip +MASTERDIR= ${.CURDIR}/../ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" diff --git a/editors/ooodict-zu_ZA/Makefile b/editors/ooodict-zu_ZA/Makefile new file mode 100644 index 000000000000..63a5368b4f1c --- /dev/null +++ b/editors/ooodict-zu_ZA/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice.org Spell Checking Dictionary +# for Zulu (Africa) language +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +COMMENT= Zulu (Africa) MySpell dictionary for OpenOffice.org + +LANGPREFIX= zu +LANGSUFFIX= ZA +LANGDIST+= zu_ZA.zip +MASTERDIR= ${.CURDIR}/../ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |