diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 07:19:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 07:19:18 +0800 |
commit | 425305f34325d4b7ffb8862b91e16737ba912d65 (patch) | |
tree | e7cb810ba08b4597f55b3d3db5e8781879061050 /arabic/openoffice-1.1/Makefile | |
parent | 993dcdd212aa26e5affaf6432783b3e40c66d53b (diff) | |
download | freebsd-ports-gnome-425305f34325d4b7ffb8862b91e16737ba912d65.tar.gz freebsd-ports-gnome-425305f34325d4b7ffb8862b91e16737ba912d65.tar.zst freebsd-ports-gnome-425305f34325d4b7ffb8862b91e16737ba912d65.zip |
Add OpenOffice.org 1.1 of Arabic version
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" |