aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/Makefile1
-rw-r--r--editors/openoffice-1.1-sl/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 03b16fb7fbc7..fa1d26249d47 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -134,6 +134,7 @@
SUBDIR += openoffice-1.1-it
SUBDIR += openoffice-1.1-nl
SUBDIR += openoffice-1.1-se
+ SUBDIR += openoffice-1.1-sl
SUBDIR += openoffice-1.1-tr
SUBDIR += pico
SUBDIR += poedit
diff --git a/editors/openoffice-1.1-sl/Makefile b/editors/openoffice-1.1-sl/Makefile
new file mode 100644
index 000000000000..928eb7b7b69d
--- /dev/null
+++ b/editors/openoffice-1.1-sl/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice for Slovak language
+# Date created: Sun Nov 9 09:31:29 JST 2003
+# Whom: NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+
+LANG_PKGNAME= sl
+LANG_EXT= 421
+LANG_CONFIGURE_ARG= SLOVAK
+MASTERDIR= ${.CURDIR}/../openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"