summaryrefslogtreecommitdiff
path: root/math/octave-devel/files/octave.in
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-26 17:32:40 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-26 17:32:40 +0000
commitf87963630cbb4fc06b7cf8102af1187e3cedcc28 (patch)
tree7158ccd776cb2b435c150e53547766b60e175ed2 /math/octave-devel/files/octave.in
parentUpdate to 0.5.17 (diff)
[1]:
- Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1]
Notes
Notes: svn path=/head/; revision=136189
Diffstat (limited to 'math/octave-devel/files/octave.in')
-rw-r--r--math/octave-devel/files/octave.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/octave-devel/files/octave.in b/math/octave-devel/files/octave.in
new file mode 100644
index 000000000000..02b15598e3da
--- /dev/null
+++ b/math/octave-devel/files/octave.in
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+# $FreeBSD: /tmp/pcvs/ports/math/octave-devel/files/octave.in,v 1.1 2005-05-26 17:32:40 jylefort Exp $
+
+OCTAVE_EXEC=%%PREFIX%%/bin/octave-%%OCTAVE_VERSION%%
+LD_LIBRARY_PATH=%%PREFIX%%/lib/octave-%%OCTAVE_VERSION%%; export LD_LIBRARY_PATH
+
+exec $OCTAVE_EXEC "$@"