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/openoffice-1.1/Makefile | |
parent | 2d5ca8ac81e2aefb79ec10a2a609b6d43a99c354 (diff) | |
download | ports-f725432f9585f45a65e6b92ccf03dc6c357d019c.tar.gz ports-f725432f9585f45a65e6b92ccf03dc6c357d019c.zip |
Notes
Diffstat (limited to 'arabic/openoffice-1.1/Makefile')
-rw-r--r-- | arabic/openoffice-1.1/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |