freebsd-ports/devel/bennugd-core/files/bgdc.in
Dmitry Marakasov d724fca185 Bennu is a high level open source game development suite which
focuses on modularity and portability, making it a perfect choice
for cross-platform game development.

Although officialy it is only supported on Windows, Linux and GP2X
Wiz (on the right), Bennu can run on multiple other platforms,
including *BSD, MacOSX and other consoles such as the Wii, Dingoo
A320, GP2X, or the classic Xbox.

This makes it really fun to code in Bennu: the game can be played
on you computer AND your console!

WWW: http://www.bennugd.org/
2009-11-08 03:19:45 +00:00

5 lines
109 B
Bash

#!/bin/sh
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%%PREFIX%%/lib/bennugd
exec %%PREFIX%%/libexec/bgdc "$@"