mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To play a game copy its .pak file under ~/.%%PKGBASE%%/Paks/ directory.
|
|
If only one file is there OpenBOR would run the game on startup,
|
|
otherwise game launcher would appear.
|
|
|
|
In case a game has data/ directory unpacked you may need to run it
|
|
as follows:
|
|
|
|
$ cd /path/to/game
|
|
$ cp -R ~/.%%PKGBASE%%/Saves .
|
|
$ OPENBOR_USE_CURDIR=1 %%PKGBASE%%
|
|
EOM
|
|
}
|
|
]
|