diff options
-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" |