aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-11-09 07:42:47 +0800
committermaho <maho@FreeBSD.org>2003-11-09 07:42:47 +0800
commitdaac67d4f6d9296cb8dc8f5944792c304e2d42ac (patch)
treecffcf9522647579dc7096f4b83cdcf0c91355fec
parentc788039e75e55804ddab0a2967847d997c2d6472 (diff)
downloadfreebsd-ports-gnome-daac67d4f6d9296cb8dc8f5944792c304e2d42ac.tar.gz
freebsd-ports-gnome-daac67d4f6d9296cb8dc8f5944792c304e2d42ac.tar.zst
freebsd-ports-gnome-daac67d4f6d9296cb8dc8f5944792c304e2d42ac.zip
Add a new port OpenOffice.org 1.1 for korean langueage.
-rw-r--r--korean/Makefile1
-rw-r--r--korean/openoffice-1.1/Makefile16
2 files changed, 17 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile
index 53fd9caf2b63..0353acef6c2c 100644
--- a/korean/Makefile
+++ b/korean/Makefile
@@ -61,6 +61,7 @@
SUBDIR += nvi-euc-kr
SUBDIR += nvi-iso-2022-kr
SUBDIR += openoffice-1.0
+ SUBDIR += openoffice-1.1
SUBDIR += pgp.language
SUBDIR += pinetreefonts
SUBDIR += texinfo
diff --git a/korean/openoffice-1.1/Makefile b/korean/openoffice-1.1/Makefile
new file mode 100644
index 000000000000..cc2bf2742959
--- /dev/null
+++ b/korean/openoffice-1.1/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: OpenOffice 1.1 for Korean language
+# Date created: Nov 9 08:32:00 UTC 2003
+# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= korean editors
+
+LANG_PKGNAME= ko
+LANG_EXT= 82
+LANG_CONFIGURE_ARG= KOREAN
+MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
+L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
+
+.include "${MASTERDIR}/Makefile"