aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-09 00:34:31 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-09 00:34:31 +0000
commitc651b0cd2aa061984601a8b5e09794d08e53e193 (patch)
treeb9f4760976181c2e1a1369d50e88aed47a67bd5c /editors
parentb06a89ea58e88dcc6cbc8f682c9adfef2810107a (diff)
downloadports-c651b0cd2aa061984601a8b5e09794d08e53e193.tar.gz
ports-c651b0cd2aa061984601a8b5e09794d08e53e193.zip
Add OpenOffice.org 1.1 for Finnish language
Notes
Notes: svn path=/head/; revision=93472
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/openoffice-1.1-fi/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index fa1d26249d47..37e4c2b11672 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -130,6 +130,7 @@
SUBDIR += openoffice-1.1-cz
SUBDIR += openoffice-1.1-dk
SUBDIR += openoffice-1.1-es
+ SUBDIR += openoffice-1.1-fi
SUBDIR += openoffice-1.1-gr
SUBDIR += openoffice-1.1-it
SUBDIR += openoffice-1.1-nl
diff --git a/editors/openoffice-1.1-fi/Makefile b/editors/openoffice-1.1-fi/Makefile
new file mode 100644
index 000000000000..0203deb24ab8
--- /dev/null
+++ b/editors/openoffice-1.1-fi/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice for Finnish language
+# Date created: Sun Nov 9 09:33:23 JST 2003
+# Whom: NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+
+LANG_PKGNAME= fi
+LANG_EXT= 358
+LANG_CONFIGURE_ARG= FINN
+MASTERDIR= ${.CURDIR}/../openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"