Merge branch 'staged'
[dports.git] / games / cake / pkg-message
1 [
2 { type: install
3   message: <<EOM
4 You can put custom configuration file in the same directory where you
5 run cake binary from, named `config.ini'.  Some default values are:
6
7         v_fullscreen 0
8         v_width 640
9         v_height 480
10         v_colorBits 32
11         v_hz 60
12         r_path baseq3
13         r_mapsubdir maps
14
15 Cake also logs its actions to <directory-run-from>/cake_log.html
16
17 NOTE: cake requires a gfx card that supports following extensions:
18
19     * GL_EXT_compiled_vertex_array
20     * GL_ARB_multitexture
21 EOM
22 }
23 ]