2002-06-15 02:15:06 +02:00
|
|
|
# New ports collection makefile for: OpenOffice for Russian language
|
|
|
|
# Date created: Tue Jun 11 16:47:21 UTC 2002
|
|
|
|
# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-02-13 00:35:54 +01:00
|
|
|
CATEGORIES= russian
|
2002-06-15 02:15:06 +02:00
|
|
|
|
2003-02-13 00:28:02 +01:00
|
|
|
.if !defined (LANG) && !defined(USE_LANG)
|
|
|
|
USE_LANG= ru_RU.KOI8-R
|
|
|
|
.endif
|
|
|
|
LANG_LIST= ru_RU.KOI8-R uk_UA.KOI8-U
|
2002-06-15 02:15:06 +02:00
|
|
|
LANG_PKGNAME= ru
|
|
|
|
LANG_EXT= 07
|
|
|
|
LANG_CONFIGURE_ARG= RUSS
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/openoffice
|
|
|
|
|
2003-01-22 11:29:20 +01:00
|
|
|
PATCH_SITES= http://people.freebsd.org/~mbr/ooo/
|
2003-05-13 19:58:15 +02:00
|
|
|
PATCHFILES= patch-translation-ru-1.0.3.bz2
|
2003-01-22 11:29:20 +01:00
|
|
|
|
2002-08-03 16:18:33 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|