diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-15 00:06:23 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-15 00:06:23 +0000 |
commit | f23361596c63294de74beb44d0ccf9e211b59fed (patch) | |
tree | 87637234aa5b9c0d82238d20697ac79c9683663f | |
parent | 3cab1aa1d780538da42d8c1a6aec4f620a65cd5b (diff) | |
download | FreeBSD-ports-f23361596c63294de74beb44d0ccf9e211b59fed.zip FreeBSD-ports-f23361596c63294de74beb44d0ccf9e211b59fed.tar.gz |
Add Spanish OpenOffice slave port
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-es/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-es/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
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 <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $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 <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= es +LANG_EXT= 34 +LANG_CONFIGURE_ARG= SPAN +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |