forked from Lainports/freebsd-ports
Poseidon for UML to the port. It is possible to switch the edition using the knobs POSEIDON_SE=yes for the Standard Edition or POSEIDON_PE=yes for the Professional Edition. The download mechanism also changed. The packages will be fetched automatically from Gentleware's FTP server from now on. PR: ports/68929 Submitted by: maintainer.
23 lines
411 B
Bash
23 lines
411 B
Bash
--- bin/poseidon.sh.orig Wed Mar 10 12:58:56 2004
|
|
+++ bin/poseidon.sh Fri Apr 9 00:12:53 2004
|
|
@@ -1,4 +1,7 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
+
|
|
+JAVA_HOME=%%JAVA_HOME%%
|
|
+POSEIDONPE_HOME=$HOME/.poseidon
|
|
|
|
RealPath() {
|
|
cmd=`basename $0`
|
|
@@ -10,9 +13,9 @@
|
|
|
|
cd `dirname $link`
|
|
done
|
|
-
|
|
+
|
|
echo `pwd -P`/$cmd
|
|
-}
|
|
+}
|
|
|
|
if [ -z "$JAVA_HOME" ] ; then
|
|
echo "Could not find a JDK."
|