diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-21 09:23:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-21 09:23:46 +0000 |
commit | 85427ca83c48cbfe1cc203933376de1f1655dee3 (patch) | |
tree | a3b37bea633afe3695339bc662b99602f5186eb3 | |
parent | 3b86011d5262f0f26b8f4fdabfd298e578a73bd2 (diff) | |
download | ports-85427ca83c48cbfe1cc203933376de1f1655dee3.tar.gz ports-85427ca83c48cbfe1cc203933376de1f1655dee3.zip |
Notes
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-el/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 2f79a4e2ec69..c8f893633118 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -132,6 +132,7 @@ SUBDIR += openoffice-1.1-cs SUBDIR += openoffice-1.1-devel SUBDIR += openoffice-1.1-dk + SUBDIR += openoffice-1.1-el SUBDIR += openoffice-1.1-es SUBDIR += openoffice-1.1-et SUBDIR += openoffice-1.1-fi diff --git a/editors/openoffice-1.1-el/Makefile b/editors/openoffice-1.1-el/Makefile new file mode 100644 index 000000000000..481d04368f97 --- /dev/null +++ b/editors/openoffice-1.1-el/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: OpenOffice.org for Greek language +# Date created: Sun Nov 9 08:57:32 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +LANG_PKGNAME= el +LANG_EXT= 30 +LANG_CONFIGURE_ARG= GREEK +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |