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 +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= ca +#LANG_EXT= +LANG_CONFIGURE_ARG= CAT +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile"