aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-09 11:17:05 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-09 11:17:05 +0000
commit6dd158c9f94181c0a4a35f26fba818b2b2d517dd (patch)
tree6899df775d823b5e2a76bcb27ae9e0c6e14d9e9b /editors
parent1318b339de12b7cb1516e553899b527ea7f4733e (diff)
downloadports-6dd158c9f94181c0a4a35f26fba818b2b2d517dd.tar.gz
ports-6dd158c9f94181c0a4a35f26fba818b2b2d517dd.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/openoffice-1.1-cs/Makefile15
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 37e4c2b11672..50d25d3a41c2 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -127,6 +127,7 @@
SUBDIR += openoffice-1.0-tr
SUBDIR += openoffice-1.1
SUBDIR += openoffice-1.1-ca
+ SUBDIR += openoffice-1.1-cs
SUBDIR += openoffice-1.1-cz
SUBDIR += openoffice-1.1-dk
SUBDIR += openoffice-1.1-es
diff --git a/editors/openoffice-1.1-cs/Makefile b/editors/openoffice-1.1-cs/Makefile
new file mode 100644
index 000000000000..4b6fa1f128da
--- /dev/null
+++ b/editors/openoffice-1.1-cs/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: OpenOffice for Czech language
+# Date created: Sun Nov 9 09:29:41 JST 2003
+# Whom: NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= editors
+
+LANG_PKGNAME= cs
+LANG_EXT= 420
+LANG_CONFIGURE_ARG= CZECH
+MASTERDIR= ${.CURDIR}/../openoffice-1.1
+
+.include "${MASTERDIR}/Makefile"