diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-29 05:37:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-29 05:37:25 +0000 |
commit | d094e113f37e3b6318c46c91c5ade948d4d18ce9 (patch) | |
tree | 472d346662830af419092bbd1facede489965349 /german/openoffice-1.0/Makefile | |
parent | Add two missing translations files. (diff) |
Remove openoffice.org localized ports as I announced:
o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice
o still you can build them via knobs for 1.1
see ports/editors/openoffice-1.1/files/Makefile.localized
o 1.0 has been broken for long time, no longer maintained actively.
(but still I don't delete 1.0 and delete only localized versions)
Diffstat (limited to 'german/openoffice-1.0/Makefile')
-rw-r--r-- | german/openoffice-1.0/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/german/openoffice-1.0/Makefile b/german/openoffice-1.0/Makefile deleted file mode 100644 index 23ac14acedfc..000000000000 --- a/german/openoffice-1.0/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: OpenOffice.org for German language -# Date created: Tue Jun 11 16:47:21 UTC 2002 -# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= german - -.if !defined (LANG) && !defined(USE_LANG) -USE_LANG= de_DE.ISO8859-15 -.endif -LANG_LIST= de_DE.ISO8859-15 de_AT.ISO8859-15 de_DE.ISO8859-15 \ - de_DE.ISO8859-1 de_AT.ISO8859-1 de_DE.ISO8859-1 -LANG_PKGNAME= de -LANG_EXT= 49 -L10NHELP= helpcontent_${LANG_EXT}_unix.tgz -LANG_CONFIGURE_ARG= GER -# -# Special case. We do not need LANG_CONFIGURE_ARG cause -# the EN_US and DE_DE versions are always built. -# -MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 - -COMMENT= Office-Suite mit Textverarbeitung, Tabellenkalkulation, Datenbank und Praesentationsprogramm - -BROKEN= "Unfetchable" - -NO_LATEST_LINK= yes -.include "${MASTERDIR}/Makefile" |