diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:14:13 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:14:13 +0000 |
commit | 72c16cc1d3796e592bb64826cb0da6bfaac9804a (patch) | |
tree | 5b82377fcd24946904eab60ae744e6fe58a86608 /korean | |
parent | Add Japanese OpenOffice slave port (diff) |
Add Korean OpenOffice slave port
Notes
Notes:
svn path=/head/; revision=61304
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/openoffice-1.0/Makefile | 15 | ||||
-rw-r--r-- | korean/openoffice/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index b5a45223bedd..08c9baee1966 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -67,6 +67,7 @@ SUBDIR += nhppf SUBDIR += nvi-euc-kr SUBDIR += nvi-iso-2022-kr + SUBDIR += openoffice SUBDIR += pgp.language SUBDIR += pine SUBDIR += pinetreefonts diff --git a/korean/openoffice-1.0/Makefile b/korean/openoffice-1.0/Makefile new file mode 100644 index 000000000000..0c499c08c59c --- /dev/null +++ b/korean/openoffice-1.0/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Korean language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= korean + +LANG_PKGNAME= kr +LANG_EXT= 82 +LANG_CONFIGURE_ARG= KOREAN +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" diff --git a/korean/openoffice/Makefile b/korean/openoffice/Makefile new file mode 100644 index 000000000000..0c499c08c59c --- /dev/null +++ b/korean/openoffice/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Korean language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= korean + +LANG_PKGNAME= kr +LANG_EXT= 82 +LANG_CONFIGURE_ARG= KOREAN +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" |