freebsd-ports/textproc/jalingo/files/jalingo.in
Nicola Vitale 865494d31d JaLingo is a free OS independent dictionary application.
It understands 4 dictionary formats:

    * DSL
    * Mova
    * PtkDict/phpMyLingvo MySQL dumps
    * Sdictionary (249)

WWW:	http://jalingo.sourceforge.net/
2007-03-21 20:40:44 +00:00

4 lines
123 B
Bash

#!/bin/sh
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" \
exec "%%LOCALBASE%%/bin/java" -jar %%DATADIR%%/%%JALINGOJAR%% "$@"