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

Context Navigation

  • Back to Ticket #461

Ticket #461: neverball-1.5.4.bep

File neverball-1.5.4.bep, 1.1 KB (added by michaelvoliveira, 5 years ago)

Initial .bep file. works fine with GCC4, but gcc2 has problem to find build directories

Line 
1DESCRIPTION="Neverball is part puzzle game, part action game, and entirely a test of skill. Tilt the floor to roll a ball through an obstacle course before time runs out."
2HOMEPAGE="http://neverball.org"
3SRC_URI="http://neverball.org/neverball-1.5.4.tar.gz"
4CHECKSUM_MD5="c523b0f72c2035831310e821162f7bd7"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="Please change your compiler to GCC 4 with setgcc command"
8DEPEND="dev-games/physfs >= 2.0.1
9                media-lib/libsdl >= 1.2.14
10        media-lib/sdl-mixer >= 1.2.11
11        media-lib/sdl-ttf >= 2.0.10
12        media-lib/libvorbis >= 1.3.1
13        sys-devel/gettext >= 0.17"
14BUILD {
15        cd neverball-1.5.4
16        make
17}
18
19INSTALL {
20        cd neverball-1.5.4
21        APPS_DIR=`finddir B_APPS_DIRECTORY`
22        mkdir -p ${DESTDIR}${APPS_DIR}/neverball
23        cp neverball ${DESTDIR}${APPS_DIR}/neverball
24        cp neverputt ${DESTDIR}${APPS_DIR}/neverball
25        cp mapc ${DESTDIR}${APPS_DIR}/neverball
26        cp README ${DESTDIR}${APPS_DIR}/neverball
27        cp COPYING ${DESTDIR}${APPS_DIR}/neverball
28        cp CHANGES ${DESTDIR}${APPS_DIR}/neverball
29        cp -rf data ${DESITDIR}${APPS_DIR}/neverball
30}
31
32COPYRIGHT="2002-2010 The Neverball Team"
33LICENSE="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/