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