diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-04-06 08:40:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-04-06 08:40:06 +0000 |
commit | fb36db76e6d31ae1d577efdb11b44357278c08ae (patch) | |
tree | bd9bbbd413a2f156484b02f15135d09e7b922a02 /emulators | |
parent | e8d18914247b11de19bd31a70899f686aa7b7352 (diff) | |
download | ports-fb36db76e6d31ae1d577efdb11b44357278c08ae.tar.gz ports-fb36db76e6d31ae1d577efdb11b44357278c08ae.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/scummvm/Makefile | 4 | ||||
-rw-r--r-- | emulators/scummvm/pkg-descr | 18 |
3 files changed, 13 insertions, 10 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 2fbab684f2c2..4c026d839089 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -70,6 +70,7 @@ SUBDIR += qcl SUBDIR += quasi88 SUBDIR += rtc + SUBDIR += scummvm SUBDIR += sim SUBDIR += sim6811 SUBDIR += ski diff --git a/emulators/scummvm/Makefile b/emulators/scummvm/Makefile index 9ff7863c34dc..1371572e5154 100644 --- a/emulators/scummvm/Makefile +++ b/emulators/scummvm/Makefile @@ -7,12 +7,12 @@ PORTNAME= scummvm PORTVERSION= 0.6.0 -CATEGORIES= games emulators +CATEGORIES= emulators games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alexander@trull.com -COMMENT= Free implementation of LucasArts S.C.U.M.M. interpreter +COMMENT= Graphical Adventure Game Virtual Machine USE_BZIP2= yes USE_GMAKE= yes diff --git a/emulators/scummvm/pkg-descr b/emulators/scummvm/pkg-descr index ac98324dc6c8..f00a601a9ef7 100644 --- a/emulators/scummvm/pkg-descr +++ b/emulators/scummvm/pkg-descr @@ -1,12 +1,14 @@ -ScummVM is an implementation of LucasArts S.C.U.M.M. (Script Creation Utility -for Maniac Mansion) interpreter, used in games such as Monkey Island, Indiana -Jones, Day Of The Tentacle, Sam and Max, and many more. Some things are still -missing, and some games cannot be completeted yet. There are quite a few known -bugs. Regardless of the bugs it is still possible to play some games all the -way through to the end. Still other games do not load at all. +ScummVM is an 'Virtual Machine' for playing several classic graphical +point-and-click adventure games developed by LucasArts, Revolution +and Adventure Soft. -Visit these following web pages for more information: +See http://www.scummvm.org/compatibility.php for a full list of Games. + +The following freewared games are available via ports at the time of writing: + +Beneath a Steel Sky: games/bass +Flight of the Amazon Queen: games/fotaq WWW: http://scummvm.sourceforge.net/ --Adam Weinberger <adamw@FreeBSD.org> +-Alex Trull (alexander@trull.com) |