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/openoffice-1.0-tr/Makefile | |
parent | 25f8d57e4cd240214dc5790b7d283ada291a5196 (diff) | |
download | freebsd-ports-graphics-57ef026b813d39b069b972bd16ddfb9942d6c7a2.tar.gz freebsd-ports-graphics-57ef026b813d39b069b972bd16ddfb9942d6c7a2.tar.zst freebsd-ports-graphics-57ef026b813d39b069b972bd16ddfb9942d6c7a2.zip |
Add Turkish OpenOffice slave port
Diffstat (limited to 'editors/openoffice-1.0-tr/Makefile')
-rw-r--r-- | editors/openoffice-1.0-tr/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-1.0-tr/Makefile b/editors/openoffice-1.0-tr/Makefile new file mode 100644 index 00000000000..a31fce9bec3 --- /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" |