diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-18 12:28:39 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-18 12:28:39 +0000 |
commit | 53016ec1a86d48ae561d05cd0eced01a484faba9 (patch) | |
tree | f05caed2475c1ceb88e57496afb4551ffd495b89 /games/pythonchess/files/pythonchess.in | |
parent | Unbreak for real (diff) |
- Update to 0.7, announce message is here:
http://yakinikuman.wordpress.com/2009/04/28/python-chess-v-07-lowering-pygames-cpu-usage/
- Change master sites, add icon
- Transfer maintainership to games@ team
- Add license (GPLv3)
- Change USE_PYTHON=yes to USE_PYTHON=2
- Add USES dos2unix
- Add files/pythonchess.in and Desktop entry file
- Remove unnecessary Thumbs.db and pygame2exe_Chess.py
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Change build and install
- Change pkg-descr and add WWW
Notes
Notes:
svn path=/head/; revision=354414
Diffstat (limited to 'games/pythonchess/files/pythonchess.in')
-rw-r--r-- | games/pythonchess/files/pythonchess.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/pythonchess/files/pythonchess.in b/games/pythonchess/files/pythonchess.in new file mode 100644 index 000000000000..25a5519499b0 --- /dev/null +++ b/games/pythonchess/files/pythonchess.in @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +cd "%%DATADIR%%" +exec %%PYTHON_CMD%% ./PythonChessMain.py "${@}" |