diff options
Diffstat (limited to 'japanese/libreoffice/Makefile')
-rw-r--r-- | japanese/libreoffice/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/libreoffice/Makefile b/japanese/libreoffice/Makefile new file mode 100644 index 000000000000..01b7fd458fe6 --- /dev/null +++ b/japanese/libreoffice/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: libreoffice +# Date created: 2012-03-01 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +LO_I18N= ja +LO_HAS_HELPPACK= yes +CATEGORIES= japanese editors + +.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" + +.include <bsd.port.mk> |