1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/german/openoffice-1.1/Makefile

28 lines
846 B
Makefile
Raw Normal View History

# New ports collection makefile for: OpenOffice.org for German language
2003-11-08 23:12:56 +00:00
# Date created: Nov 07 08:00:00 JST 2003
# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@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
2003-11-09 00:01:38 +00:00
LANG_CONFIGURE_ARG= GER
2003-11-08 23:12:56 +00:00
#
# 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.1
COMMENT= Office-Suite mit Textverarbeitung, Tabellenkalkulation, Datenbank und Praesentationsprogramm
2003-11-08 23:12:56 +00:00
.include "${MASTERDIR}/Makefile"