diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-tr/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index ecaa70355d32..39452880a92e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -132,6 +132,7 @@ SUBDIR += openoffice-1.1-it SUBDIR += openoffice-1.1-nl SUBDIR += openoffice-1.1-se + SUBDIR += openoffice-1.1-tr SUBDIR += pico SUBDIR += poedit SUBDIR += psgml diff --git a/editors/openoffice-1.1-tr/Makefile b/editors/openoffice-1.1-tr/Makefile new file mode 100644 index 000000000000..28a385f572be --- /dev/null +++ b/editors/openoffice-1.1-tr/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Turkish language +# Date created: Sun Nov 9 09:07:02 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= tr +LANG_EXT= 90 +LANG_CONFIGURE_ARG= TURK +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |