diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 11:29:58 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 11:29:58 +0000 |
commit | f99643c67486f56f11bb8b672bda1487dc269764 (patch) | |
tree | 6dcd42ee4d1d59c491db1929c1ff62698af09ca6 /editors/openoffice-1.1-sk/Makefile | |
parent | 6a5607582843e61b582a3f33445e50017f2e720c (diff) |
Notes
Diffstat (limited to 'editors/openoffice-1.1-sk/Makefile')
-rw-r--r-- | editors/openoffice-1.1-sk/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |