View | Details | Raw Unified | Return to bug 65179
Collapse All | Expand All

(-)scummvm/Makefile (-2 / +2 lines)
Lines 7-18 Link Here
7
7
8
PORTNAME=	scummvm
8
PORTNAME=	scummvm
9
PORTVERSION=	0.6.0
9
PORTVERSION=	0.6.0
10
CATEGORIES=	games emulators
10
CATEGORIES=	emulators games
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	alexander@trull.com
14
MAINTAINER=	alexander@trull.com
15
COMMENT=	Free implementation of LucasArts S.C.U.M.M. interpreter
15
COMMENT=	Graphical Adventure Game Virtual Machine
16
16
17
USE_BZIP2=	yes
17
USE_BZIP2=	yes
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
(-)scummvm/pkg-descr (-8 / +10 lines)
Lines 1-12 Link Here
1
ScummVM is an implementation of LucasArts S.C.U.M.M. (Script Creation Utility
1
ScummVM is an 'Virtual Machine' for playing several classic graphical
2
for Maniac Mansion) interpreter, used in games such as Monkey Island, Indiana
2
point-and-click adventure games developed by LucasArts, Revolution 
3
Jones, Day Of The Tentacle, Sam and Max, and many more. Some things are still
3
and Adventure Soft.
4
missing, and some games cannot be completeted yet. There are quite a few known
5
bugs. Regardless of the bugs it is still possible to play some games all the
6
way through to the end. Still other games do not load at all. 
7
4
8
Visit these following web pages for more information:
5
See http://www.scummvm.org/compatibility.php for a full list of Games.
6
7
The following freewared games are available via ports at the time of writing:
8
9
Beneath a Steel Sky:        games/bass
10
Flight of the Amazon Queen: games/fotaq
9
11
10
WWW: http://scummvm.sourceforge.net/
12
WWW: http://scummvm.sourceforge.net/
11
13
12
-Adam Weinberger <adamw@FreeBSD.org>
14
-Alex Trull (alexander@trull.com)

Return to bug 65179