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

Context Navigation

  • Back to Ticket #458

Ticket #458: ballsmacker-1.0.0.bep

File ballsmacker-1.0.0.bep, 609 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file. Works with GCC2 and GCC4. Tested

Line 
1DESCRIPTION="Ballsmacker is a Free virtual pool game rendered using OpenGL."
2HOMEPAGE="http://ballsmacker.sourceforge.net/"
3SRC_URI="http://sourceforge.net/projects/ballsmacker/files/ballsmacker/1.0.0/ballsmacker-1.0.0.tar.gz/download"
4CHECKSUM_MD5="243f6036968026c8cadb692024e858b4"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="media-lib/libsdl >= 1.2.14
8        dev-libs/glib >= 2.24.1"
9BUILD {
10        cd ballsmacker-1.0.0
11        libtoolize --force --copy --install
12        ./configure --prefix=/boot/apps/ballsmacker
13        make
14}
15
16INSTALL {
17        cd ballsmacker-1.0.0
18        make install
19}
20
21COPYRIGHT="2004 Simon Howard"
22LICENSE="GNU GPL v2"

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/