summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-08 23:58:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-08 23:58:25 +0000
commit5c19d071d3eaf8e7ba1f5ad0a9cec8ef1c8a73ab (patch)
tree0bd8636c3284168a80349f197723430562e9cd37 /editors
parentTie arabic to the build now that it has some ports. (diff)
Add OpenOffice.org 1.1 for Greek language
Notes
Notes: svn path=/head/; revision=93446
Diffstat (limited to 'editors')
-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"