From e626c417bf89076df67b99a4f68fe1e758c609bd Mon Sep 17 00:00:00 2001 From: maho Date: Sun, 9 Nov 2003 00:34:31 +0000 Subject: Add OpenOffice.org 1.1 for Finnish language --- editors/Makefile | 1 + editors/openoffice-1.1-fi/Makefile | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 editors/openoffice-1.1-fi/Makefile 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 +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= fi +LANG_EXT= 358 +LANG_CONFIGURE_ARG= FINN +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" -- cgit