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

Context Navigation

  • Back to Ticket #378

Ticket #378: quake3-io2306.bep

File quake3-io2306.bep, 1.0 KB (added by jstressman, 3 years ago)
Line 
1DESCRIPTION="Quake III Arena - 3rd installment of the classic id 3D first-person shooter."
2HOMEPAGE="www.ioquake3.org"
3SRC_URI="svn://svn.icculus.org/quake3/trunk#2306"
4REVISION="1"
5STATUS_HAIKU="unstable"
6DEPEND="media-libs/libsdl >= 1.2.15"
7BUILD {
8        cd quake3-io2306
9        make
10}
11
12INSTALL {
13        export COPYDIR="/boot/apps/ioQuake3"
14        cd quake3-io2306
15        make copyfiles
16        cd /boot/apps/ioQuake3
17        ln -s renderer_opengl1_BePC.so renderer_opengl1_i386.so
18        echo "############################################################################"
19        echo "Remember to copy an official pak0.pk3 file to your baseq3 folder!"
20        echo "You can also add the Team Arena pak files to the missionpack folder."
21        echo "To run the official full version of the game, you also need to add the q3key"
22        echo "file with your registration key to each folder you add the pak files to."
23        echo "ioQuake3 will not run without pak files added!"
24        echo "############################################################################"
25}
26
27LICENSE="GNU GPL v2"
28COPYRIGHT="idSoftware and the ioquake3 team"

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/