diff options
author | maho <maho@FreeBSD.org> | 2003-11-09 07:48:44 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-11-09 07:48:44 +0800 |
commit | 355eea63e901819bf49b4bf508efc2a02f973a0d (patch) | |
tree | b23af88dea2b337553d1641a93bb5b7804447f23 /editors/openoffice-1.1-dk | |
parent | 337b724d0b6d731f73ea8f7ab5efb5c3409269ba (diff) | |
download | freebsd-ports-gnome-355eea63e901819bf49b4bf508efc2a02f973a0d.tar.gz freebsd-ports-gnome-355eea63e901819bf49b4bf508efc2a02f973a0d.tar.zst freebsd-ports-gnome-355eea63e901819bf49b4bf508efc2a02f973a0d.zip |
Add OpenOffice.org 1.1 for Dansk
Diffstat (limited to 'editors/openoffice-1.1-dk')
-rw-r--r-- | editors/openoffice-1.1-dk/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-dk/Makefile b/editors/openoffice-1.1-dk/Makefile new file mode 100644 index 000000000000..911c6481aa23 --- /dev/null +++ b/editors/openoffice-1.1-dk/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice 1.1 for Danish language +# Date created: Nov 8 08:47:41 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= dk +LANG_EXT= 45 +LANG_CONFIGURE_ARG= DAN +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |