aboutsummaryrefslogtreecommitdiff
path: root/editors/jedit/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-22 13:18:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-22 13:18:19 +0000
commit002f34aa9bf83e4f0e0a8b96d7bbafad4054af01 (patch)
treeb4380b3f0c698c11d233582b1ee96c60f26e683d /editors/jedit/files
parent3a748675e59891f5d80f2b218d3d33bd889c56d6 (diff)
downloadports-002f34aa9bf83e4f0e0a8b96d7bbafad4054af01.tar.gz
ports-002f34aa9bf83e4f0e0a8b96d7bbafad4054af01.zip
Notes
Diffstat (limited to 'editors/jedit/files')
-rw-r--r--editors/jedit/files/jedit.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/jedit/files/jedit.sh b/editors/jedit/files/jedit.sh
new file mode 100644
index 000000000000..1899e761bba7
--- /dev/null
+++ b/editors/jedit/files/jedit.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+CLASSPATH=%%PREFIX%%/share/java/jedit/swingall.jar:%%PREFIX%%/share/java/jedit/jedit.jar
+export CLASSPATH
+
+exec %%LOCALBASE%%/bin/javavm org.gjt.sp.jedit.jEdit $@