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