diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:42:47 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:42:47 +0000 |
commit | 20dc23bc6de6f30f7c730e44b9e4f8f18d19480f (patch) | |
tree | f5b3a1fb6c50aa36646c57dda67fdd739c064f90 /korean | |
parent | d256806d359d5e29566ffa71f42a58a691ac41e6 (diff) | |
download | ports-20dc23bc6de6f30f7c730e44b9e4f8f18d19480f.tar.gz ports-20dc23bc6de6f30f7c730e44b9e4f8f18d19480f.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/openoffice-1.1/Makefile | 16 |
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" |