diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-15 00:15:06 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-15 00:15:06 +0000 |
commit | 30767a40d9863d15ba82284cfe4b59bee9b6a12b (patch) | |
tree | 3792a7655399f3f8028c60d7d6501b237f76956e /russian | |
parent | 9c2941caff193a9d885dc26deb1f59db2938adb2 (diff) | |
download | FreeBSD-ports-30767a40d9863d15ba82284cfe4b59bee9b6a12b.zip FreeBSD-ports-30767a40d9863d15ba82284cfe4b59bee9b6a12b.tar.gz |
Add Russian OpenOffice slave port
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/openoffice-1.0/Makefile | 15 | ||||
-rw-r--r-- | russian/openoffice/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 1c5f39c..00f3b67 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -15,6 +15,7 @@ SUBDIR += koi8r-ps SUBDIR += messarge SUBDIR += netscape4.language + SUBDIR += openoffice SUBDIR += p5-Lingua-RU-Charset SUBDIR += p5-XML-Parser-encodings SUBDIR += p5-cyrillic diff --git a/russian/openoffice-1.0/Makefile b/russian/openoffice-1.0/Makefile new file mode 100644 index 0000000..a244baf --- /dev/null +++ b/russian/openoffice-1.0/Makefile @@ -0,0 +1,15 @@ +# 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$ +# + +CATEGORIES= russian + +LANG_PKGNAME= ru +LANG_EXT= 07 +LANG_CONFIGURE_ARG= RUSS +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" diff --git a/russian/openoffice/Makefile b/russian/openoffice/Makefile new file mode 100644 index 0000000..a244baf --- /dev/null +++ b/russian/openoffice/Makefile @@ -0,0 +1,15 @@ +# 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$ +# + +CATEGORIES= russian + +LANG_PKGNAME= ru +LANG_EXT= 07 +LANG_CONFIGURE_ARG= RUSS +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" |