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

Context Navigation

  • Back to Ticket #540

Ticket #540: frogatto-1.1.1.0.bep

File frogatto-1.1.1.0.bep, 614 bytes (added by michaelvoliveira, 4 years ago)

Initial .bep file. Not test yest. I'll check later

Line 
1DESCRIPTION="Frogatto & Friends is an old-school 2D platformer game, starring a certain quixotic frog."
2HOMEPAGE="http://www.frogatto.com"
3SRC_URI="git+git://github.com/frogatto/frogatto.git"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-libs/boost >= 1.42.0
8                media-lib/libsdl >= 1.2.14
9        media-lib/sdl-mixer >= 1.2.11
10        media-lib/sdl-image >= 1.2.10
11        media-lib/sdl-ttf >= 2.0.10"
12
13BUILD {
14        cd frogatto
15        make -f Makefile.haiku
16        make -f Makefile.haiku server
17}
18
19INSTALL {
20        cd frogatto
21        make -f Makefile.haiku install
22}
23
24LICENSE="GNU GPL v3"
25COPYRIGHT="2010-2011 David White"

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/