diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:06:23 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:06:23 +0000 |
commit | 9fd06989c80cc0579957422b4d15021b6c54a4a2 (patch) | |
tree | 370ee096f3f149c461644e6a4454efdd597c0fe9 /editors | |
parent | 28ad8a6acd4e24c3a6a386a24b0cce0caca8e56d (diff) | |
download | ports-9fd06989c80cc0579957422b4d15021b6c54a4a2.tar.gz ports-9fd06989c80cc0579957422b4d15021b6c54a4a2.zip |
Add Spanish OpenOffice slave port
Notes
Notes:
svn path=/head/; revision=61293
Diffstat (limited to 'editors')
-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 66444b09868c..1d8a857adab5 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 000000000000..92deeef5e9c7 --- /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 000000000000..92deeef5e9c7 --- /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" |