diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-09-07 05:18:44 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-09-07 05:18:44 +0000 |
commit | 7f6b3f6fa11dc4045158754e095dce879fcde5c9 (patch) | |
tree | e6315d8485e2ad5854b565472d310846e1cd5f1b /math/wingz3/files | |
parent | dd3a6edb705a66908ab45aca1c568f3fa4a5f260 (diff) |
New port: wingz3
from PR Description:
Wingz is an easy-to-use, graphical spreadsheet for
business and technical professionals, that allows users
to create sophisticated presentations and reports, as
well as user interfaces and end-user applications.
PR: ports/18794
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=32365
Diffstat (limited to 'math/wingz3/files')
-rw-r--r-- | math/wingz3/files/Wingz3 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/wingz3/files/Wingz3 b/math/wingz3/files/Wingz3 new file mode 100644 index 000000000000..9f6f7d7505b9 --- /dev/null +++ b/math/wingz3/files/Wingz3 @@ -0,0 +1,16 @@ +#!/bin/sh + +# The following combines the effects of ${WINGZ3}/bin/WingzPro +# and the ${WINGZ3}/bin/wzenv (yes, it does set the LD_RUN_PATH, +# while exporting the SHLIB_PATH). +WINGZ3=_X11BASE_/Wingz3 +WZUSER="IISC" +WZCOMPANY="IISC" +WZPLATFORM=LINUX +LD_RUN_PATH=$WINGZ3/lib/$WZPLATFORM:$LD_RUN_PATH +WZBSDECHO=TRUE + +export WINGZ3 WZCOMPANY WZUSER WZPLATFORM SHLIB_PATH WZBSDECHO + +# Invoke the binary directly: +exec ${WINGZ3}/bin/LINUX/WingzPro "$@" |