diff options
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-cs/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 37e4c2b11672..50d25d3a41c2 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -127,6 +127,7 @@ SUBDIR += openoffice-1.0-tr SUBDIR += openoffice-1.1 SUBDIR += openoffice-1.1-ca + SUBDIR += openoffice-1.1-cs SUBDIR += openoffice-1.1-cz SUBDIR += openoffice-1.1-dk SUBDIR += openoffice-1.1-es 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" |