pkgsrc/misc/libreoffice5-bin/files/soffice
ryoon b1f9fd9369 Import libreoffice5-bin-5.0.4 as misc/libreoffice5-bin for PR pkg/50617.
LibreOffice is the free power-packed Open Source personal productivity
suite for Windows, Macintosh and Linux, that gives you six feature-rich
applications for all your document production and data processing
needs: Writer, Calc, Impress, Draw, Math and Base.

This package tracks libreoffice-5.x branch of official Linux binary.
2016-01-08 23:53:13 +00:00

17 lines
404 B
Bash

#!/bin/sh
#
# $NetBSD: soffice,v 1.1 2016/01/08 23:53:13 ryoon Exp $
#
SOINST=@@PREFIX@@/opt/libreoffice@@OO_BASEVER@@
# make sure we can find `whoami` on solaris
PATH=${PATH}:/usr/ucb
# add the chosen java directory to $PATH to allow OOo to
# automatically find it
PATH=${PATH}:@@JAVA_HOME@@
# default data seg size is too small for java
ulimit -d `ulimit -H -d`
exec ${SOINST}/program/soffice "$@"