diff options
author | maho <maho@FreeBSD.org> | 2003-11-08 23:56:14 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-08 23:56:14 +0000 |
commit | 094de79c432e340a3161cc91568921a8fc396cef (patch) | |
tree | 6f6a706a14c31cc49791ba2f7a0c5c8661328f52 /editors/openoffice-1.1-es | |
parent | 57393c4e20e8ec7334467acda1e04c01f6ee6f47 (diff) | |
download | FreeBSD-ports-094de79c432e340a3161cc91568921a8fc396cef.zip FreeBSD-ports-094de79c432e340a3161cc91568921a8fc396cef.tar.gz |
Add OpenOffice.org 1.1 for Spanish language
Diffstat (limited to 'editors/openoffice-1.1-es')
-rw-r--r-- | editors/openoffice-1.1-es/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-es/Makefile b/editors/openoffice-1.1-es/Makefile new file mode 100644 index 0000000..8292cd9 --- /dev/null +++ b/editors/openoffice-1.1-es/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: OpenOffice for Spanish language +# Date created: Sun Nov 9 08:55:14 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= es +LANG_EXT= 34 +L10NHELP= helpcontent_${LANG_EXT}_unix.tgz + +LANG_CONFIGURE_ARG= SPAN +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |