diff options
Diffstat (limited to 'editors/openoffice-1.1-cs/Makefile')
-rw-r--r-- | editors/openoffice-1.1-cs/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-cs/Makefile b/editors/openoffice-1.1-cs/Makefile new file mode 100644 index 000000000000..4b6fa1f128da --- /dev/null +++ b/editors/openoffice-1.1-cs/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Czech language +# Date created: Sun Nov 9 09:29:41 JST 2003 +# Whom: NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= cs +LANG_EXT= 420 +LANG_CONFIGURE_ARG= CZECH +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |