diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:04:43 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:04:43 +0000 |
commit | 57d315da8925f4e69428b1cb0a0ad161a8fb7b78 (patch) | |
tree | 8bdf514a01f15b557fc3a07613fa5921fba18ab8 /editors | |
parent | Add Portuguese OpenOffice slave port (diff) |
Add Turkish OpenOffice slave port
Notes
Notes:
svn path=/head/; revision=61289
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-tr/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-tr/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index fa56c4cc7e66..6b3dea9ebe32 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -97,6 +97,7 @@ SUBDIR += openoffice-gr SUBDIR += openoffice-nl SUBDIR += openoffice-pt + SUBDIR += openoffice-tr SUBDIR += pico SUBDIR += poedit SUBDIR += psgml diff --git a/editors/openoffice-1.0-tr/Makefile b/editors/openoffice-1.0-tr/Makefile new file mode 100644 index 000000000000..a31fce9bec30 --- /dev/null +++ b/editors/openoffice-1.0-tr/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Turkish language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= tr +LANG_EXT= 90 +LANG_CONFIGURE_ARG= TURK +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-tr/Makefile b/editors/openoffice-tr/Makefile new file mode 100644 index 000000000000..a31fce9bec30 --- /dev/null +++ b/editors/openoffice-tr/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Turkish language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= tr +LANG_EXT= 90 +LANG_CONFIGURE_ARG= TURK +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |