diff options
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-sk/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5b907031672a..00061a6edb32 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -135,6 +135,7 @@ SUBDIR += openoffice-1.1-it SUBDIR += openoffice-1.1-nl SUBDIR += openoffice-1.1-se + SUBDIR += openoffice-1.1-sk SUBDIR += openoffice-1.1-sl SUBDIR += openoffice-1.1-tr SUBDIR += pico diff --git a/editors/openoffice-1.1-sk/Makefile b/editors/openoffice-1.1-sk/Makefile new file mode 100644 index 000000000000..4c6278cdffba --- /dev/null +++ b/editors/openoffice-1.1-sk/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Slovak language +# Date created: Sun Nov 9 09:31:29 JST 2003 +# Whom: NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= sk +LANG_EXT= 421 +LANG_CONFIGURE_ARG= SLOVAK +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |