summaryrefslogtreecommitdiff
path: root/games/jin/files
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-03-06 09:07:23 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-03-06 09:07:23 +0000
commit59fe2fc57065d9686082109ed3990dd79f972a2e (patch)
tree085b7f3d8688bf9cfb0efd4bd97fdb19711b0b37 /games/jin/files
parent- Upgrade to 1.4.7. (diff)
Jin is an open source, cross platform, graphical client (interface)
for chess servers. It currently supports these servers: * The Internet Chess Club (aka ICC) * The Free Internet Chess Server (aka FICS) A short list of Jin's main features: * Graphical chess board with many board patterns and piece sets to choose from. You can also create your own * Chat/Command console with (customizable) color-coding for different types of chat/text * A seek graph, showing the currently sought games in a visual manner * Flexible game logger, which saves your finished games to your hard disk (doesn't work in JinApplet) * A scripter, which allows you to define automatic responses to certain events * A list of common actions, which can be quickly executed at the press of a button WWW: http://www.jinchess.com/
Diffstat (limited to 'games/jin/files')
-rw-r--r--games/jin/files/jin.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/jin/files/jin.in b/games/jin/files/jin.in
new file mode 100644
index 000000000000..c75be0744b7b
--- /dev/null
+++ b/games/jin/files/jin.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+# $FreeBSD$
+cd %%DATADIR%%
+JAVA_VERSION="%%JAVA_VERSION%%" \
+exec "%%LOCALBASE%%/bin/java" -jar %%DATADIR%%/%%JINJAR%% "$@"