diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:32:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:32:46 +0000 |
commit | b06a89ea58e88dcc6cbc8f682c9adfef2810107a (patch) | |
tree | 78bba675fa2b45bd05dfa1882c5870baa47d0433 /editors | |
parent | Add OpenOffice.org 1.1 for Czech language (diff) |
Add OpenOffice.org 1.1 for Slovak language
Notes
Notes:
svn path=/head/; revision=93470
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-sl/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 03b16fb7fbc7..fa1d26249d47 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -134,6 +134,7 @@ SUBDIR += openoffice-1.1-it SUBDIR += openoffice-1.1-nl SUBDIR += openoffice-1.1-se + SUBDIR += openoffice-1.1-sl SUBDIR += openoffice-1.1-tr SUBDIR += pico SUBDIR += poedit diff --git a/editors/openoffice-1.1-sl/Makefile b/editors/openoffice-1.1-sl/Makefile new file mode 100644 index 000000000000..928eb7b7b69d --- /dev/null +++ b/editors/openoffice-1.1-sl/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= sl +LANG_EXT= 421 +LANG_CONFIGURE_ARG= SLOVAK +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |