aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-11-09 07:58:25 +0800
committermaho <maho@FreeBSD.org>2003-11-09 07:58:25 +0800
commita1e30d59bdc121930c213d9673b9911c1c6ab071 (patch)
tree0c39e182d7b84971a04a6db39172e1da032ff8fd
parent91b8568dfdd2636f48f06d09b6bd299265b98f8c (diff)
downloadfreebsd-ports-gnome-a1e30d59bdc121930c213d9673b9911c1c6ab071.tar.gz
freebsd-ports-gnome-a1e30d59bdc121930c213d9673b9911c1c6ab071.tar.zst
freebsd-ports-gnome-a1e30d59bdc121930c213d9673b9911c1c6ab071.zip
Add OpenOffice.org 1.1 for Greek language
-rw-r--r--editors/Makefile1
-rw-r--r--editors/openoffice-1.1-gr/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 5d10c1371025..2aefd7c5d526 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -128,6 +128,7 @@
SUBDIR += openoffice-1.1
SUBDIR += openoffice-1.1-dk
SUBDIR += openoffice-1.1-es
+ SUBDIR += openoffice-1.1-gr
SUBDIR += openoffice-1.1-it
SUBDIR += pico
SUBDIR += poedit
diff --git a/editors/openoffice-1.1-gr/Makefile b/editors/openoffice-1.1-gr/Makefile
new file mode 100644
index 000000000000..aad84891cac3
--- /dev/null
+++ b/editors/openoffice-1.1-gr/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice 1.1 for Greek language
+# Date created: Sun Nov 9 08:57:32 JST 2003
+# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+
+LANG_PKGNAME= gr
+LANG_EXT= 30
+LANG_CONFIGURE_ARG= GREEK
+MASTERDIR= ${.CURDIR}/../openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"