| 1 | DESCRIPTION="ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games" |
|---|
| 2 | HOMEPAGE="http://www.scummvm.org/" |
|---|
| 3 | SRC_URI="git+http://github.com/scummvm/scummvm.git" |
|---|
| 4 | # CHECKSUM_MD5="" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." |
|---|
| 7 | STATUS_HAIKU="stable" |
|---|
| 8 | DEPEND="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" |
|---|
| 15 | BUILD { |
|---|
| 16 | cd scummvm-1.3-git |
|---|
| 17 | ./configure --prefix=/boot/apps/ScummVM --enable-all-engines |
|---|
| 18 | make |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | INSTALL { |
|---|
| 22 | cd scummvm-1.3-git |
|---|
| 23 | make install |
|---|
| 24 | } |
|---|
| 25 | LICENSE="GNU GPL v2 |
|---|
| 26 | BSD (2-clause) |
|---|
| 27 | GNU LGPL v2.1" |
|---|
| 28 | COPYRIGHT="Copyright (C) 2001-2011." |
|---|