diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:19:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-08 23:19:18 +0000 |
commit | f725432f9585f45a65e6b92ccf03dc6c357d019c (patch) | |
tree | f1c28dc8b5481abf6a895fa24ccee1a3bc311206 /arabic | |
parent | Add OpenOffice.org 1.1 for german. (diff) |
Add OpenOffice.org 1.1 of Arabic version
Notes
Notes:
svn path=/head/; revision=93423
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/Makefile | 1 | ||||
-rw-r--r-- | arabic/openoffice-1.1/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/arabic/Makefile b/arabic/Makefile index 8a7f9778e922..7a4d70629097 100644 --- a/arabic/Makefile +++ b/arabic/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ # + SUBDIR += openoffice-1.1 .include <bsd.port.subdir.mk> diff --git a/arabic/openoffice-1.1/Makefile b/arabic/openoffice-1.1/Makefile new file mode 100644 index 000000000000..67f9d5d3ee0c --- /dev/null +++ b/arabic/openoffice-1.1/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Arabic language +# Date created: Nov 9 08:20:00 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org>, and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= arabic + +LANG_PKGNAME= ar +LANG_EXT= 96 +LANG_CONFIGURE_ARG= ARAB +MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |