diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-15 08:04:43 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-15 08:04:43 +0800 |
commit | 57ef026b813d39b069b972bd16ddfb9942d6c7a2 (patch) | |
tree | 1b78df303473b10bc240213554f8cfa2731bb526 /editors | |
parent | 25f8d57e4cd240214dc5790b7d283ada291a5196 (diff) | |
download | freebsd-ports-gnome-57ef026b813d39b069b972bd16ddfb9942d6c7a2.tar.gz freebsd-ports-gnome-57ef026b813d39b069b972bd16ddfb9942d6c7a2.tar.zst freebsd-ports-gnome-57ef026b813d39b069b972bd16ddfb9942d6c7a2.zip |
Add Turkish OpenOffice slave port
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" |