diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 19:10:42 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 19:10:42 +0000 |
commit | fed46073a06858880b0c0ee345e3669873143e10 (patch) | |
tree | 411b22104c18bd2fdd06f287405630fafa7751e7 /german | |
parent | 7e97e99c063f6f87b5f88c1b87dfcced02fc2172 (diff) | |
download | ports-fed46073a06858880b0c0ee345e3669873143e10.tar.gz ports-fed46073a06858880b0c0ee345e3669873143e10.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/ooodict-de_CH/Makefile | 18 | ||||
-rw-r--r-- | german/ooodict-de_CH/pkg-comment | 1 | ||||
-rw-r--r-- | german/ooodict-de_DE/Makefile | 18 | ||||
-rw-r--r-- | german/ooodict-de_DE/pkg-comment | 1 | ||||
-rw-r--r-- | german/openoffice-1.0/Makefile | 1 | ||||
-rw-r--r-- | german/openoffice/Makefile | 1 |
6 files changed, 38 insertions, 2 deletions
diff --git a/german/ooodict-de_CH/Makefile b/german/ooodict-de_CH/Makefile new file mode 100644 index 000000000000..ea1ea389b0e6 --- /dev/null +++ b/german/ooodict-de_CH/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for German (Switzerland) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANGPREFIX= de +LANGSUFFIX= CH +LANGDIST+= de_CH.zip +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all +RDEP= ${PORTSDIR}/german/openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/german/ooodict-de_CH/pkg-comment b/german/ooodict-de_CH/pkg-comment new file mode 100644 index 000000000000..55e132ded217 --- /dev/null +++ b/german/ooodict-de_CH/pkg-comment @@ -0,0 +1 @@ +German (Switzerland) MySpell dictionary for OpenOffice.org diff --git a/german/ooodict-de_DE/Makefile b/german/ooodict-de_DE/Makefile new file mode 100644 index 000000000000..2c00b47dd178 --- /dev/null +++ b/german/ooodict-de_DE/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: +# OpenOffice Spell Checking Dictionary +# for German (Germany) and German (Austria) +# Date created: Tue Aug 10 24:00:00 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANGPREFIX= de +LANGSUFFIX= DE +LANGDIST+= de_DE.zip +MASTERDIR= ${.CURDIR}/../../editors/ooodict-all +RDEP= ${PORTSDIR}/german/openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/german/ooodict-de_DE/pkg-comment b/german/ooodict-de_DE/pkg-comment new file mode 100644 index 000000000000..3ee155226d4b --- /dev/null +++ b/german/ooodict-de_DE/pkg-comment @@ -0,0 +1 @@ +German (Germany) MySpell dictionary for OpenOffice.org diff --git a/german/openoffice-1.0/Makefile b/german/openoffice-1.0/Makefile index 71757bc70c38..111070b07445 100644 --- a/german/openoffice-1.0/Makefile +++ b/german/openoffice-1.0/Makefile @@ -9,7 +9,6 @@ CATEGORIES= german editors LANG_PKGNAME= de LANG_EXT= 49 -EXTRACT_LANGDIST+= de_DE.zip de_CH.zip # # Special case. We do not need LANG_CONFIGURE_ARG cause # the EN_US and DE_DE versions are always built. diff --git a/german/openoffice/Makefile b/german/openoffice/Makefile index 71757bc70c38..111070b07445 100644 --- a/german/openoffice/Makefile +++ b/german/openoffice/Makefile @@ -9,7 +9,6 @@ CATEGORIES= german editors LANG_PKGNAME= de LANG_EXT= 49 -EXTRACT_LANGDIST+= de_DE.zip de_CH.zip # # Special case. We do not need LANG_CONFIGURE_ARG cause # the EN_US and DE_DE versions are always built. |