diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-15 08:00:51 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-15 08:00:51 +0800 |
commit | b21e451920109da2c7787caf563515c3f8716d63 (patch) | |
tree | 1e8cc786abd672da7610f48c449205f34d17fd39 /editors/openoffice-1.0-gr | |
parent | d0df9e9714010ba06b2e90ada0902dbedfffead6 (diff) | |
download | freebsd-ports-gnome-b21e451920109da2c7787caf563515c3f8716d63.tar.gz freebsd-ports-gnome-b21e451920109da2c7787caf563515c3f8716d63.tar.zst freebsd-ports-gnome-b21e451920109da2c7787caf563515c3f8716d63.zip |
Add Greek OpenOffice slave port
Diffstat (limited to 'editors/openoffice-1.0-gr')
-rw-r--r-- | editors/openoffice-1.0-gr/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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" |