diff --git a/app-emulation/aranym/aranym-0.9.11-cvs.bep b/app-emulation/aranym/aranym-0.9.11-cvs.bep new file mode 100644 index 000000000..9cc6b7edd --- /dev/null +++ b/app-emulation/aranym/aranym-0.9.11-cvs.bep @@ -0,0 +1,23 @@ +DESCRIPTION="ARAnyM (Atari Running on Any Machine) is a multiplatform virtual machine for running Atari ST/TT/Falcon operating systems and applications." +HOMEPAGE="http://aranym.org/" +SRC_URI="cvs://:pserver:anoncvs@cvs.aranym.org:/var/repos/aranym" +REVISION="1" +STATUS_HAIKU="untested" +DEPEND="dev-libs/libcdio >= 0.82 + media-libs/libsdl >= 1.2.9" +#CHECKSUM_MD5="" + +BUILD { + cd aranym + ./autogen.sh --help >/dev/null + ./configure --prefix=/boot/apps/ARAnyM + make +} + +INSTALL { + cd aranym + make install +} + +COPYRIGHT="2001-2010 ARAnyM developer team" +LICENSE="GNU GPL v2"