| 1 | DESCRIPTION="DreamChess is a XBoard-compatible 3D chess interface and engine" |
|---|
| 2 | HOMEPAGE="http://www.dreamchess.org/" |
|---|
| 3 | SRC_URI="http://prdownload.berlios.de/dreamchess/dreamchess-0.2.0.tar.gz" |
|---|
| 4 | CHECKSUM_MD5="0e837e14819c1e7d0232c6beb4d5c185" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="media-lib/libsdl >= 1.2.14 |
|---|
| 8 | media-lib/sdl-image >= 1.2.10 |
|---|
| 9 | dev-cpp/mxml >= 2.6" |
|---|
| 10 | BUILD { |
|---|
| 11 | cd dreamchess-0.2.0 |
|---|
| 12 | libtoolize --force --copy --install |
|---|
| 13 | ./configure --prefix=/boot/apps/dreamchess |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd dreamchess-0.2.0 |
|---|
| 19 | make install |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | COPYRIGHT="2003-2007 Andrew Ball, Annie Kirkpatrick, Brandon May, Kris McAulay, |
|---|
| 23 | Walter van Niftrik, Rogier van Schaijk, Lawrence Sebald, Matthew P. Smith |
|---|
| 24 | 1991-1993 The Regents of the University of California |
|---|
| 25 | 1998-2005 Gilles Vollant" |
|---|
| 26 | LICENSE="GNU GPL v3" |
|---|