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

Context Navigation

  • Back to Ticket #714

Ticket #714: cylindrix-1.0.bep

File cylindrix-1.0.bep, 827 bytes (added by richienyhus, 2 years ago)
Line 
1DESCRIPTION="A 3 degrees of freedom combat game"
2MESSAGE="Only builds with gcc4 and does not function. Needs terminal to open"
3HOMEPAGE="http://www.hardgeus.com/cylindrix/"
4SRC_URI="http://www.hardgeus.com/cylindrix/cylindrix-1.0.tar.gz"
5CHECKSUM_MD5="914cf70b0a95f4a36cfdfde7edbaa240"
6STATUS_HAIKU="unstable"
7REVISION="1"
8DEPEND=" media-libs/allegro >=4.4.1"
9BUILD {
10        cd cylindrix
11        ./configure
12        make
13}
14
15INSTALL {
16        cd cylindrix
17        GAMEDIR=`finddir B_APPS_DIRECTORY`/"Cylindrix"
18        mkdir -p ${DESTDIR}/${GAMEDIR}
19        cp -af cylindrix ${DESTDIR}/${GAMEDIR}
20        cp -af wav_data ${DESTDIR}/${GAMEDIR}
21        cp -af gamedata ${DESTDIR}/${GAMEDIR}
22        cp -af 3d_data ${DESTDIR}/${GAMEDIR}
23        cp -af stats ${DESTDIR}/${GAMEDIR}
24        cp -af ".deps" ${DESTDIR}/${GAMEDIR}
25        cp -af pcx_data ${DESTDIR}/${GAMEDIR}
26}
27
28LICENSE="GNU GPL v2"
29COPYRIGHT="2001 Hotwarez"

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/