From f23361596c63294de74beb44d0ccf9e211b59fed Mon Sep 17 00:00:00 2001 From: mbr Date: Sat, 15 Jun 2002 00:06:23 +0000 Subject: Add Spanish OpenOffice slave port --- editors/Makefile | 1 + editors/openoffice-1.0-es/Makefile | 15 +++++++++++++++ editors/openoffice-es/Makefile | 15 +++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 editors/openoffice-1.0-es/Makefile create mode 100644 editors/openoffice-es/Makefile diff --git a/editors/Makefile b/editors/Makefile index 66444b0..1d8a857 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -95,6 +95,7 @@ SUBDIR += openoffice-ar SUBDIR += openoffice-devel SUBDIR += openoffice-dk + SUBDIR += openoffice-es SUBDIR += openoffice-gr SUBDIR += openoffice-nl SUBDIR += openoffice-pt diff --git a/editors/openoffice-1.0-es/Makefile b/editors/openoffice-1.0-es/Makefile new file mode 100644 index 0000000..92deeef --- /dev/null +++ b/editors/openoffice-1.0-es/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Spanish language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp and Mario Ferreira +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= es +LANG_EXT= 34 +LANG_CONFIGURE_ARG= SPAN +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-es/Makefile b/editors/openoffice-es/Makefile new file mode 100644 index 0000000..92deeef --- /dev/null +++ b/editors/openoffice-es/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Spanish language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp and Mario Ferreira +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= es +LANG_EXT= 34 +LANG_CONFIGURE_ARG= SPAN +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" -- cgit v1.1