diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-12 03:10:42 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-12 03:10:42 +0800 |
commit | 21686798d4ba53bb3da57de029241b0f75cf1ba3 (patch) | |
tree | ce89aa32ec5261101dbb8dbf12a66cf64271e3db /polish | |
parent | 2adade594a9be30680f11921a2e2dc607dfb3161 (diff) | |
download | freebsd-ports-graphics-21686798d4ba53bb3da57de029241b0f75cf1ba3.tar.gz freebsd-ports-graphics-21686798d4ba53bb3da57de029241b0f75cf1ba3.tar.zst freebsd-ports-graphics-21686798d4ba53bb3da57de029241b0f75cf1ba3.zip |
Add OpenOffice.org spelling dictionary ports. They are based on MySpell,
which is a rewrite of iSpell in c++ with lots of additional features.
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ooodict_PL/Makefile | 18 | ||||
-rw-r--r-- | polish/ooodict_PL/pkg-comment | 1 | ||||
-rw-r--r-- | polish/openoffice-1.0/Makefile | 1 | ||||
-rw-r--r-- | polish/openoffice/Makefile | 1 |
4 files changed, 19 insertions, 2 deletions
diff --git a/polish/ooodict_PL/Makefile b/polish/ooodict_PL/Makefile new file mode 100644 index 00000000000..2944035f3b5 --- /dev/null +++ b/polish/ooodict_PL/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for Polish (Poland) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANGPREFIX= pl +LANGSUFFIX= PL +LANGDIST+= pl_PL.zip +MASTERDIR= ${.CURDIR}/../ooodict-all +RDEP= ${PORTSDIR}/editors/openoffice-pl + +.include "${MASTERDIR}/Makefile" diff --git a/polish/ooodict_PL/pkg-comment b/polish/ooodict_PL/pkg-comment new file mode 100644 index 00000000000..b7383c0850d --- /dev/null +++ b/polish/ooodict_PL/pkg-comment @@ -0,0 +1 @@ +Polish (Poland) MySpell dictionary for OpenOffice.org diff --git a/polish/openoffice-1.0/Makefile b/polish/openoffice-1.0/Makefile index 99802dc96d9..b2edd5a2c42 100644 --- a/polish/openoffice-1.0/Makefile +++ b/polish/openoffice-1.0/Makefile @@ -9,7 +9,6 @@ CATEGORIES= editors LANG_PKGNAME= pl LANG_EXT= 48 -EXTRACT_LANGDIST+= pl_PL.zip LANG_CONFIGURE_ARG= POL MASTERDIR= ${.CURDIR}/../openoffice diff --git a/polish/openoffice/Makefile b/polish/openoffice/Makefile index 99802dc96d9..b2edd5a2c42 100644 --- a/polish/openoffice/Makefile +++ b/polish/openoffice/Makefile @@ -9,7 +9,6 @@ CATEGORIES= editors LANG_PKGNAME= pl LANG_EXT= 48 -EXTRACT_LANGDIST+= pl_PL.zip LANG_CONFIGURE_ARG= POL MASTERDIR= ${.CURDIR}/../openoffice |