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

Context Navigation

  • Back to Ticket #501

Ticket #501: scummvm-1.3-git.bep

File scummvm-1.3-git.bep, 759 bytes (added by begasus, 4 years ago)
Line 
1DESCRIPTION="ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games"
2HOMEPAGE="http://www.scummvm.org/"
3SRC_URI="git+http://github.com/scummvm/scummvm.git"
4# CHECKSUM_MD5=""
5REVISION="1"
6MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
7STATUS_HAIKU="stable"
8DEPEND="media-libs/libflac >= 1.2.1
9        media-libs/libvorbis >= 1.2.3
10        media-libs/libogg >= 1.1.4
11        media-libs/libmad >= 0.15.1
12        media-libs/libsdl >= 1.2.12
13        dev-lang/yasm >= 0.7.1
14        gcc4"
15BUILD {
16        cd scummvm-1.3-git
17        ./configure --prefix=/boot/apps/ScummVM --enable-all-engines
18        make
19}
20
21INSTALL {
22        cd scummvm-1.3-git
23        make install
24}
25LICENSE="GNU GPL v2
26                 BSD (2-clause)
27                 GNU LGPL v2.1"
28COPYRIGHT="Copyright (C) 2001-2011."

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/