diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:00:51 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-15 00:00:51 +0000 |
commit | 2baacf5ce82efef1a1619685c970a11fe04f22e5 (patch) | |
tree | 955695e15783954fbb631822500590e04d5ce67a /editors | |
parent | Add Danish OpenOffice port (diff) |
Add Greek OpenOffice slave port
Diffstat (limited to '')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-gr/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-gr/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 0ab04f5a99b2..5b61f912c500 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -94,6 +94,7 @@ SUBDIR += openoffice SUBDIR += openoffice-devel SUBDIR += openoffice-dk + SUBDIR += openoffice-gr SUBDIR += pico SUBDIR += poedit SUBDIR += psgml diff --git a/editors/openoffice-1.0-gr/Makefile b/editors/openoffice-1.0-gr/Makefile new file mode 100644 index 000000000000..100cfb744e85 --- /dev/null +++ b/editors/openoffice-1.0-gr/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Greek 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= gr +LANG_EXT= 30 +LANG_CONFIGURE_ARG= GREEK +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-gr/Makefile b/editors/openoffice-gr/Makefile new file mode 100644 index 000000000000..100cfb744e85 --- /dev/null +++ b/editors/openoffice-gr/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Greek 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= gr +LANG_EXT= 30 +LANG_CONFIGURE_ARG= GREEK +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |