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