HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #459

Ticket #459: dreamchess-0.2.0.bep

File dreamchess-0.2.0.bep, 813 bytes (added by michaelvoliveira, 5 years ago)

Full working .bep file. Tested with haikuporter -c -d dreamchess with gcc2 and gcc4

Line 
1DESCRIPTION="DreamChess is a XBoard-compatible 3D chess interface and engine"
2HOMEPAGE="http://www.dreamchess.org/"
3SRC_URI="http://prdownload.berlios.de/dreamchess/dreamchess-0.2.0.tar.gz"
4CHECKSUM_MD5="0e837e14819c1e7d0232c6beb4d5c185"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="media-lib/libsdl >= 1.2.14
8        media-lib/sdl-image >= 1.2.10
9        dev-cpp/mxml >= 2.6"
10BUILD {
11        cd dreamchess-0.2.0
12        libtoolize --force --copy --install
13        ./configure --prefix=/boot/apps/dreamchess
14        make
15}
16
17INSTALL {
18        cd dreamchess-0.2.0
19        make install
20}
21
22COPYRIGHT="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"
26LICENSE="GNU GPL v3"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/