diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 08:34:31 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 08:34:31 +0800 |
commit | e626c417bf89076df67b99a4f68fe1e758c609bd (patch) | |
tree | ffa215816d38fafcb6c5d8f952c82f74535f2d3a | |
parent | ef462c754806c41d4d576886a48c240eac48e8c8 (diff) | |
download | freebsd-ports-gnome-e626c417bf89076df67b99a4f68fe1e758c609bd.tar.gz freebsd-ports-gnome-e626c417bf89076df67b99a4f68fe1e758c609bd.tar.zst freebsd-ports-gnome-e626c417bf89076df67b99a4f68fe1e758c609bd.zip |
Add OpenOffice.org 1.1 for Finnish language
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-fi/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index fa1d26249d47..37e4c2b11672 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -130,6 +130,7 @@ SUBDIR += openoffice-1.1-cz SUBDIR += openoffice-1.1-dk SUBDIR += openoffice-1.1-es + SUBDIR += openoffice-1.1-fi SUBDIR += openoffice-1.1-gr SUBDIR += openoffice-1.1-it SUBDIR += openoffice-1.1-nl diff --git a/editors/openoffice-1.1-fi/Makefile b/editors/openoffice-1.1-fi/Makefile new file mode 100644 index 000000000000..0203deb24ab8 --- /dev/null +++ b/editors/openoffice-1.1-fi/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Finnish language +# Date created: Sun Nov 9 09:33:23 JST 2003 +# Whom: NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= fi +LANG_EXT= 358 +LANG_CONFIGURE_ARG= FINN +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |