mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
2afafe36ef
- Offer to install the 3 original released scenarios instead of only Marathon 2: Durandal. - Add options to install high quality graphics. - Add wrapper scripts. - Take maintainership. - Remove USE_X_PREFIX to install in the same place as games/alephone.
6 lines
90 B
Bash
6 lines
90 B
Bash
#!/bin/sh
|
|
|
|
export ALEPHONE_DATA="%%DATADIR%%:%%DATADIR%%/%%GAMEDIR%%"
|
|
|
|
exec alephone "$@"
|