diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-15 08:05:33 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-15 08:05:33 +0800 |
commit | 7192a0461150bd0db58d7b087e085b9533183639 (patch) | |
tree | a090f202012e9156aead54c465203c731e61cf74 /editors | |
parent | f0edde35386b0e802f667d83e75973071a85a882 (diff) | |
download | freebsd-ports-graphics-7192a0461150bd0db58d7b087e085b9533183639.tar.gz freebsd-ports-graphics-7192a0461150bd0db58d7b087e085b9533183639.tar.zst freebsd-ports-graphics-7192a0461150bd0db58d7b087e085b9533183639.zip |
Add Arabic OpenOffice slave port
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-ar/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-ar/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 6b3dea9ebe3..66444b09868 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -92,6 +92,7 @@ SUBDIR += nvi-perl SUBDIR += offix-editor SUBDIR += openoffice + SUBDIR += openoffice-ar SUBDIR += openoffice-devel SUBDIR += openoffice-dk SUBDIR += openoffice-gr diff --git a/editors/openoffice-1.0-ar/Makefile b/editors/openoffice-1.0-ar/Makefile new file mode 100644 index 00000000000..505fb56d084 --- /dev/null +++ b/editors/openoffice-1.0-ar/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Arabic language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= ar +LANG_EXT= 96 +LANG_CONFIGURE_ARG= ARAB +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-ar/Makefile b/editors/openoffice-ar/Makefile new file mode 100644 index 00000000000..505fb56d084 --- /dev/null +++ b/editors/openoffice-ar/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Arabic language +# Date created: Tue Jun 11 16:47:21 UTC 2002 +# Whom: Martin Blapp <mbr@FreeBSD.org> and Mario Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= ar +LANG_EXT= 96 +LANG_CONFIGURE_ARG= ARAB +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |