diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 08:26:36 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 08:26:36 +0800 |
commit | 09ea4079463ef28f9294b11f9d41183144d48bfe (patch) | |
tree | a11a1a0c847bf03d87745ca4102ec830caff4999 /editors | |
parent | 06f1e33fe37e5032189769073a0f28a3d00dc5fe (diff) | |
download | freebsd-ports-gnome-09ea4079463ef28f9294b11f9d41183144d48bfe.tar.gz freebsd-ports-gnome-09ea4079463ef28f9294b11f9d41183144d48bfe.tar.zst freebsd-ports-gnome-09ea4079463ef28f9294b11f9d41183144d48bfe.zip |
Add OpenOffice.org 1.1 for Catalan language.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-ca/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 39452880a92e..6b5c25176819 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -126,6 +126,7 @@ SUBDIR += openoffice-1.0-se SUBDIR += openoffice-1.0-tr SUBDIR += openoffice-1.1 + SUBDIR += openoffice-1.1-ca SUBDIR += openoffice-1.1-dk SUBDIR += openoffice-1.1-es SUBDIR += openoffice-1.1-gr diff --git a/editors/openoffice-1.1-ca/Makefile b/editors/openoffice-1.1-ca/Makefile new file mode 100644 index 000000000000..5d19451c6585 --- /dev/null +++ b/editors/openoffice-1.1-ca/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Catalan language +# Date created: Sun Nov 9 09:22:25 JST 2003 +# Whom: NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= ca +#LANG_EXT= +LANG_CONFIGURE_ARG= CAT +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |