diff options
author | maho <maho@FreeBSD.org> | 2003-11-08 23:19:18 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-08 23:19:18 +0000 |
commit | 425305f34325d4b7ffb8862b91e16737ba912d65 (patch) | |
tree | e7cb810ba08b4597f55b3d3db5e8781879061050 /arabic | |
parent | 993dcdd212aa26e5affaf6432783b3e40c66d53b (diff) | |
download | FreeBSD-ports-425305f34325d4b7ffb8862b91e16737ba912d65.zip FreeBSD-ports-425305f34325d4b7ffb8862b91e16737ba912d65.tar.gz |
Add OpenOffice.org 1.1 of Arabic version
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 8a7f977..7a4d706 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 0000000..67f9d5d --- /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" |