diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-14 23:59:47 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-14 23:59:47 +0000 |
commit | a02a3d208e0abb6fd812eaf276a42fd441b40c71 (patch) | |
tree | c5ac826f3a4b0cefb61992028d9765461aacf3b7 /editors | |
parent | 5dc75c5f56831ef32b7996b822edb987d79d3369 (diff) | |
download | ports-a02a3d208e0abb6fd812eaf276a42fd441b40c71.tar.gz ports-a02a3d208e0abb6fd812eaf276a42fd441b40c71.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-1.0-dk/Makefile | 15 | ||||
-rw-r--r-- | editors/openoffice-dk/Makefile | 15 |
3 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 0c9ce90d077f..0ab04f5a99b2 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -93,6 +93,7 @@ SUBDIR += offix-editor SUBDIR += openoffice SUBDIR += openoffice-devel + SUBDIR += openoffice-dk SUBDIR += pico SUBDIR += poedit SUBDIR += psgml diff --git a/editors/openoffice-1.0-dk/Makefile b/editors/openoffice-1.0-dk/Makefile new file mode 100644 index 000000000000..979cfc7bfe23 --- /dev/null +++ b/editors/openoffice-1.0-dk/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Danish 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= dk +LANG_EXT= 45 +LANG_CONFIGURE_ARG= DAN +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" diff --git a/editors/openoffice-dk/Makefile b/editors/openoffice-dk/Makefile new file mode 100644 index 000000000000..979cfc7bfe23 --- /dev/null +++ b/editors/openoffice-dk/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: OpenOffice for Danish 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= dk +LANG_EXT= 45 +LANG_CONFIGURE_ARG= DAN +MASTERDIR= ${.CURDIR}/../openoffice + +.include "${MASTERDIR}/Makefile" |