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 /editors/openoffice-1.1-el | |
parent | 3b86011d5262f0f26b8f4fdabfd298e578a73bd2 (diff) | |
download | ports-85427ca83c48cbfe1cc203933376de1f1655dee3.tar.gz ports-85427ca83c48cbfe1cc203933376de1f1655dee3.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1-el')
-rw-r--r-- | editors/openoffice-1.1-el/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
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" |