aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-04-06 16:40:06 +0800
committerale <ale@FreeBSD.org>2004-04-06 16:40:06 +0800
commit69f493c636f7203007611bb00e28f98b2a6bbddc (patch)
tree84339b36e89aa385d9c569e7713f75b5c6a05eae /emulators
parent87e176e4c05f1986a9111cd76a9bb21d0bf63901 (diff)
downloadfreebsd-ports-gnome-69f493c636f7203007611bb00e28f98b2a6bbddc.tar.gz
freebsd-ports-gnome-69f493c636f7203007611bb00e28f98b2a6bbddc.tar.zst
freebsd-ports-gnome-69f493c636f7203007611bb00e28f98b2a6bbddc.zip
Move scummvm port from games to emulators category.
PR: ports/65179 Requested by: Alex Trull <alexander@trull.com> (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/scummvm/Makefile4
-rw-r--r--emulators/scummvm/pkg-descr18
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)