1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/science/jmol/files/jmol.in
Pawel Pekala 3239687691 - Update to version 13.2.3 [1]
- Remove leading article, revise capitalization in COMMENT
- Convert to new options framework
- Support staging
- Add launch script and desktop entry file

PR:		ports/182482 [1]
Submitted by:	Max Sterling <maxclsb@gmail.com> [1]
2013-11-07 16:53:33 +00:00

4 lines
86 B
Bash

#!/bin/sh
exec java -Djmol.home="%%JAVAJARDIR%%" -jar "%%JAVAJARDIR%%/Jmol.jar" "$@"