diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-15 00:01:50 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-15 00:01:50 +0000 |
commit | e2ee1aedda7ba276e94c7f72312ab18f3c3c31ad (patch) | |
tree | 13c7382544d41f7bf0ce235ba9ad4567074c25b3 /editors | |
parent | 1176c7331880f8f92d05e27a6695be8dee9d66f2 (diff) | |
download | FreeBSD-ports-e2ee1aedda7ba276e94c7f72312ab18f3c3c31ad.zip FreeBSD-ports-e2ee1aedda7ba276e94c7f72312ab18f3c3c31ad.tar.gz |
Add Dutch OpenOffice slave port
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-nl/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-nl/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5b61f91..6de3f66 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -95,6 +95,7 @@ SUBDIR += openoffice-devel SUBDIR += openoffice-dk SUBDIR += openoffice-gr + SUBDIR += openoffice-nl SUBDIR += pico SUBDIR += poedit SUBDIR += psgml diff --git a/editors/openoffice-1.0-nl/Makefile b/editors/openoffice-1.0-nl/Makefile new file mode 100644 index 0000000..ffb2bb3 --- /dev/null +++ b/editors/openoffice-1.0-nl/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Dutch 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= nl +LANG_EXT= 31 +LANG_CONFIGURE_ARG= DTCH +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-nl/Makefile b/editors/openoffice-nl/Makefile new file mode 100644 index 0000000..ffb2bb3 --- /dev/null +++ b/editors/openoffice-nl/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Dutch 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= nl +LANG_EXT= 31 +LANG_CONFIGURE_ARG= DTCH +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |