summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/Makefile1
-rw-r--r--editors/openoffice-1.0-tr/Makefile15
-rw-r--r--editors/openoffice-tr/Makefile15
3 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index fa56c4cc7e66..6b3dea9ebe32 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -97,6 +97,7 @@
SUBDIR += openoffice-gr
SUBDIR += openoffice-nl
SUBDIR += openoffice-pt
+ SUBDIR += openoffice-tr
SUBDIR += pico
SUBDIR += poedit
SUBDIR += psgml
diff --git a/editors/openoffice-1.0-tr/Makefile b/editors/openoffice-1.0-tr/Makefile
new file mode 100644
index 000000000000..a31fce9bec30
--- /dev/null
+++ b/editors/openoffice-1.0-tr/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice for Turkish 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= editors
+
+LANG_PKGNAME= tr
+LANG_EXT= 90
+LANG_CONFIGURE_ARG= TURK
+MASTERDIR= ${.CURDIR}/../openoffice
+
+.include "${MASTERDIR}/Makefile"
diff --git a/editors/openoffice-tr/Makefile b/editors/openoffice-tr/Makefile
new file mode 100644
index 000000000000..a31fce9bec30
--- /dev/null
+++ b/editors/openoffice-tr/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice for Turkish 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= editors
+
+LANG_PKGNAME= tr
+LANG_EXT= 90
+LANG_CONFIGURE_ARG= TURK
+MASTERDIR= ${.CURDIR}/../openoffice
+
+.include "${MASTERDIR}/Makefile"