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

Context Navigation

  • Back to Ticket #501

Ticket #501: scummvm-1.2.1.bep

File scummvm-1.2.1.bep, 837 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="http://prdownloads.sourceforge.net/scummvm/scummvm-1.2.1.tar.gz?download"
4CHECKSUM_MD5="28368f1b3aa006bf41929adb569bdffd"
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"
14BUILD {
15        cd scummvm-1.2.1
16        ./configure --prefix=/boot/apps/ScummVM --enable-all-engines
17        make
18}
19
20INSTALL {
21        cd scummvm-1.2.1
22        make install
23        cd /boot/apps/ScummVM/bin
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/