diff options
author | maho <maho@FreeBSD.org> | 2004-03-21 17:17:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-21 17:17:18 +0800 |
commit | f3b1822e274c2da5f0442bfb5e81690bd013bbc3 (patch) | |
tree | 445f5a5e3941927b5fbfe9e961ce3c5c5f914210 /hungarian | |
parent | f49d845e815bae17bd72b20a6dc4080a46013059 (diff) | |
download | freebsd-ports-gnome-f3b1822e274c2da5f0442bfb5e81690bd013bbc3.tar.gz freebsd-ports-gnome-f3b1822e274c2da5f0442bfb5e81690bd013bbc3.tar.zst freebsd-ports-gnome-f3b1822e274c2da5f0442bfb5e81690bd013bbc3.zip |
Add Hungarian version of OpenOffice.org
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/Makefile | 1 | ||||
-rw-r--r-- | hungarian/openoffice-1.1/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/hungarian/Makefile b/hungarian/Makefile index 95133a697ae9..684af27494d0 100644 --- a/hungarian/Makefile +++ b/hungarian/Makefile @@ -8,5 +8,6 @@ SUBDIR += kde3-i18n SUBDIR += koffice-i18n SUBDIR += ooodict + SUBDIR += openoffice-1.1 .include <bsd.port.subdir.mk> diff --git a/hungarian/openoffice-1.1/Makefile b/hungarian/openoffice-1.1/Makefile new file mode 100644 index 000000000000..e3621f07775e --- /dev/null +++ b/hungarian/openoffice-1.1/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice.org for Hungarian language +# Date created: Sun Mar 21 17:38:13 JST 2003 +# Whom: NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= hungarian + +LANG_PKGNAME= hu +LANG_EXT= 36 +LANG_CONFIGURE_ARG= HUNG +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |