diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 08:03:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 08:03:22 +0800 |
commit | b86fe4e3e1a21f9b48cc519d184e6dadd35c1251 (patch) | |
tree | 0198f7cad23460ebe64b913e6cee3bbef21d9215 | |
parent | 629ade402ed2fdd4255f48dabb20dc62b7f8ad79 (diff) | |
download | freebsd-ports-gnome-b86fe4e3e1a21f9b48cc519d184e6dadd35c1251.tar.gz freebsd-ports-gnome-b86fe4e3e1a21f9b48cc519d184e6dadd35c1251.tar.zst freebsd-ports-gnome-b86fe4e3e1a21f9b48cc519d184e6dadd35c1251.zip |
Add OpenOffice.org 1.1 for Dutch language
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.1-nl/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 2aefd7c5d526..913918b42269 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -130,6 +130,7 @@ SUBDIR += openoffice-1.1-es SUBDIR += openoffice-1.1-gr SUBDIR += openoffice-1.1-it + SUBDIR += openoffice-1.1-nl SUBDIR += pico SUBDIR += poedit SUBDIR += psgml diff --git a/editors/openoffice-1.1-nl/Makefile b/editors/openoffice-1.1-nl/Makefile new file mode 100644 index 000000000000..e190bd4ba524 --- /dev/null +++ b/editors/openoffice-1.1-nl/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice 1.1 for Dutch language +# Date created: Sun Nov 9 09:02:27 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= nl +LANG_EXT= 31 +LANG_CONFIGURE_ARG= DTCH +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |