aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-05 23:50:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-05 23:50:23 +0000
commit818c36df888341dba4e7d489f7682781382fb320 (patch)
tree312e16006e2f13363bc579e179d9f51dbd759fca /editors
parent3dfd7c4e9c0ee27f550bdf88421226d6f2d418a0 (diff)
downloadports-818c36df888341dba4e7d489f7682781382fb320.tar.gz
ports-818c36df888341dba4e7d489f7682781382fb320.zip
- Add Setswana and Zulu OpenOffice dictionaries
Notes
Notes: svn path=/head/; revision=136876
Diffstat (limited to 'editors')
-rw-r--r--editors/ooodict-tn_ZA/Makefile18
-rw-r--r--editors/ooodict-zu_ZA/Makefile18
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"