diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 00:07:41 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 00:07:41 +0000 |
commit | 58f6999b5dd4fe7c76594223530cf61e97ba2e32 (patch) | |
tree | b4bd5091d035e0612d36fcf906f01f0a1b6f2853 /editors/openoffice-1.1-tr | |
parent | 246a5f349e14deccb83e411f734a35cf3919ed86 (diff) | |
download | FreeBSD-ports-58f6999b5dd4fe7c76594223530cf61e97ba2e32.zip FreeBSD-ports-58f6999b5dd4fe7c76594223530cf61e97ba2e32.tar.gz |
Add OpenOffice.org 1.1 for turkish language
Diffstat (limited to 'editors/openoffice-1.1-tr')
-rw-r--r-- | editors/openoffice-1.1-tr/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-tr/Makefile b/editors/openoffice-1.1-tr/Makefile new file mode 100644 index 0000000..28a385f --- /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" |