aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-11-09 08:07:41 +0800
committermaho <maho@FreeBSD.org>2003-11-09 08:07:41 +0800
commit58f6999b5dd4fe7c76594223530cf61e97ba2e32 (patch)
treeb4bd5091d035e0612d36fcf906f01f0a1b6f2853 /editors
parent246a5f349e14deccb83e411f734a35cf3919ed86 (diff)
downloadfreebsd-ports-gnome-58f6999b5dd4fe7c76594223530cf61e97ba2e32.tar.gz
freebsd-ports-gnome-58f6999b5dd4fe7c76594223530cf61e97ba2e32.tar.zst
freebsd-ports-gnome-58f6999b5dd4fe7c76594223530cf61e97ba2e32.zip
Add OpenOffice.org 1.1 for turkish language
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/openoffice-1.1-tr/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index ecaa70355d32..39452880a92e 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -132,6 +132,7 @@
SUBDIR += openoffice-1.1-it
SUBDIR += openoffice-1.1-nl
SUBDIR += openoffice-1.1-se
+ SUBDIR += openoffice-1.1-tr
SUBDIR += pico
SUBDIR += poedit
SUBDIR += psgml
diff --git a/editors/openoffice-1.1-tr/Makefile b/editors/openoffice-1.1-tr/Makefile
new file mode 100644
index 000000000000..28a385f572be
--- /dev/null
+++ b/editors/openoffice-1.1-tr/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice for Turkish language
+# Date created: Sun Nov 9 09:07:02 JST 2003
+# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+
+LANG_PKGNAME= tr
+LANG_EXT= 90
+LANG_CONFIGURE_ARG= TURK
+MASTERDIR= ${.CURDIR}/../openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"