80b4b0b866
- Transfer maintainership to games@ team - Add license (MIT) - Use PYGAME instead of devel/py-game - Support STAGEDIR - Simplify DOCS installation handling, change and add Option - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Add symlink for the icon and add Desktop entry file - Remove not needed files and directories - Cleanup port, simplify installation handling - Strip libraries - Change manual pages, install to proper location - Add files/bubbros.in - Remove obsolete patch, changed by upstream - Change pkg-descr, use whitespace instead of tabulator - Change pkg-plist, remove DOCS, add MAN
7 lines
83 B
Bash
7 lines
83 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./BubBob.py "${@}"
|