aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-21 17:14:00 +0800
committermaho <maho@FreeBSD.org>2004-03-21 17:14:00 +0800
commitb7b3b6daac6b135f193e7abfdc86b74b446fae93 (patch)
treed9a07f28bcc7e73958e6a1013b823333fd93e41b /editors
parent1e80beec1752369e56d43955a12e0c5169cd6db4 (diff)
downloadfreebsd-ports-gnome-b7b3b6daac6b135f193e7abfdc86b74b446fae93.tar.gz
freebsd-ports-gnome-b7b3b6daac6b135f193e7abfdc86b74b446fae93.tar.zst
freebsd-ports-gnome-b7b3b6daac6b135f193e7abfdc86b74b446fae93.zip
Add Slovenian language version of OpenOffice.org
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/openoffice-1.1-sl_SL/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 30a73b9eccf5..8402e1149b51 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -139,6 +139,7 @@
SUBDIR += openoffice-1.1-nl
SUBDIR += openoffice-1.1-se
SUBDIR += openoffice-1.1-sk
+ SUBDIR += openoffice-1.1-sl_SL
SUBDIR += openoffice-1.1-tr
SUBDIR += pico
SUBDIR += poedit
diff --git a/editors/openoffice-1.1-sl_SL/Makefile b/editors/openoffice-1.1-sl_SL/Makefile
new file mode 100644
index 000000000000..782b14f2bcf3
--- /dev/null
+++ b/editors/openoffice-1.1-sl_SL/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: OpenOffice.org for Slovenian language
+# Date created: Sun Mar 21 17:38:13 JST 2003
+# Whom: NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+LANG_PKGNAME= sl
+LANG_SUFFIX= SL
+LANG_EXT= 50
+LANG_CONFIGURE_ARG= SLOVENIAN
+MASTERDIR= ${.CURDIR}/../openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"