diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:05:51 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-11-09 00:05:51 +0000 |
commit | 2bd952669d506d4a44ebdbcb8cd9a8cdce5cdcdb (patch) | |
tree | 78607a68a953618158d7af519a878274daf34c68 /editors/openoffice-1.1-se | |
parent | 6368fa0d14ba41e1a7a45a4fe3a62e69846551b5 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-1.1-se')
-rw-r--r-- | editors/openoffice-1.1-se/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-se/Makefile b/editors/openoffice-1.1-se/Makefile new file mode 100644 index 000000000000..abf5341f57ac --- /dev/null +++ b/editors/openoffice-1.1-se/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: OpenOffice for Swedish language +# Date created: Sun Nov 9 09:05:01 JST 2003 +# Whom: Martin Blapp <mbr@FreeBSD.org>, Mario Ferreira <lioux@FreeBSD.org> and NAKATA Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= editors + +LANG_PKGNAME= se +LANG_EXT= 46 +L10NHELP= helpcontent_${LANG_EXT}_unix.tgz +LANG_CONFIGURE_ARG= SWED +MASTERDIR= ${.CURDIR}/../openoffice-1.1 + +.include "${MASTERDIR}/Makefile" |