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

Context Navigation

  • Back to Ticket #678

Ticket #678: scummvm-1.5.0-2.bep

File scummvm-1.5.0-2.bep, 838 bytes (added by drakevr, 2 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="http://prdownloads.sourceforge.net/scummvm/scummvm-1.5.0.tar.gz?download"
4CHECKSUM_MD5="728477f7392f85502695be2b30b3be64"
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.2
13        dev-lang/yasm >= 0.7.1"
14BUILD {
15        cd scummvm-1.5.0
16        ./configure --prefix=${DESTDIR}`finddir B_APPS_DIRECTORY`/ScummVM --enable-all-engines
17        make
18}
19
20INSTALL {
21        cd scummvm-1.5.0
22        make install
23}
24LICENSE="GNU GPL v2
25         BSD (2-clause)
26         GNU LGPL v2.1"
27COPYRIGHT="2001-2012 The ScummVM Project"

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/