diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-15 08:12:40 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-15 08:12:40 +0800 |
commit | c70543708dd95fad8547acb6e9fb4d707c152c68 (patch) | |
tree | 4e5087ae2b4ab3bffe6f84a06f1994c7eff771e3 /german | |
parent | 27b4aaf760905eebdcecf739d1b5c36aea6b9725 (diff) | |
download | freebsd-ports-gnome-c70543708dd95fad8547acb6e9fb4d707c152c68.tar.gz freebsd-ports-gnome-c70543708dd95fad8547acb6e9fb4d707c152c68.tar.zst freebsd-ports-gnome-c70543708dd95fad8547acb6e9fb4d707c152c68.zip |
Add German OpenOffice slave port
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/openoffice-1.0/Makefile | 18 | ||||
-rw-r--r-- | german/openoffice/Makefile | 18 |
3 files changed, 37 insertions, 0 deletions
diff --git a/german/Makefile b/german/Makefile index a6279c7044d3..a54230b2c056 100644 --- a/german/Makefile +++ b/german/Makefile @@ -14,6 +14,7 @@ SUBDIR += koffice-i18n SUBDIR += linux-netscape6 SUBDIR += manpages + SUBDIR += openoffice SUBDIR += phone SUBDIR += php_doc SUBDIR += staroffice5 diff --git a/german/openoffice-1.0/Makefile b/german/openoffice-1.0/Makefile new file mode 100644 index 000000000000..673dc63d6fa2 --- /dev/null +++ b/german/openoffice-1.0/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: OpenOffice for German 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= german + +LANG_PKGNAME= de +LANG_EXT= 49 +# +# Special case. We do not need LANG_CONFIGURE_ARG cause +# the EN_US and DE_DE versions are always built. +# +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" diff --git a/german/openoffice/Makefile b/german/openoffice/Makefile new file mode 100644 index 000000000000..673dc63d6fa2 --- /dev/null +++ b/german/openoffice/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: OpenOffice for German 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= german + +LANG_PKGNAME= de +LANG_EXT= 49 +# +# Special case. We do not need LANG_CONFIGURE_ARG cause +# the EN_US and DE_DE versions are always built. +# +MASTERDIR= ${.CURDIR}/../../editors/openoffice + +.include "${.CURDIR}/../../editors/openoffice/Makefile" |