fd3a9ebe62
- Change master sites, add icon - Remove leading article from COMMENT - Transfer maintainership to games@ team - Add license (LGPL21) - Use PYGAME instead of PYTHON_SITELIBDIR - Support STAGEDIR - Add DOCS and Option - Use files/farblazer.in instead of construct - Add Desktop entry file - Simplify installation handling - Recreate patch with make makepatch - Add WWW - Recreate pkg-plist with make makeplist
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./farblazer.py "${@}"
|