aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-04-06 08:40:06 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-04-06 08:40:06 +0000
commitfb36db76e6d31ae1d577efdb11b44357278c08ae (patch)
treebd9bbbd413a2f156484b02f15135d09e7b922a02
parente8d18914247b11de19bd31a70899f686aa7b7352 (diff)
downloadports-fb36db76e6d31ae1d577efdb11b44357278c08ae.tar.gz
ports-fb36db76e6d31ae1d577efdb11b44357278c08ae.zip
Move scummvm port from games to emulators category.
PR: ports/65179 Requested by: Alex Trull <alexander@trull.com> (maintainer)
Notes
Notes: svn path=/head/; revision=106302
-rw-r--r--MOVED1
-rw-r--r--emulators/Makefile1
-rw-r--r--emulators/scummvm/Makefile4
-rw-r--r--emulators/scummvm/pkg-descr18
-rw-r--r--games/Makefile1
-rw-r--r--games/bass/Makefile2
-rw-r--r--games/fotaq/Makefile2
-rw-r--r--games/scummvm-tools/Makefile2
-rw-r--r--games/scummvm/Makefile75
-rw-r--r--games/scummvm/distinfo2
-rw-r--r--games/scummvm/pkg-descr12
-rw-r--r--games/scummvm/pkg-plist5
12 files changed, 17 insertions, 108 deletions
diff --git a/MOVED b/MOVED
index 4527ed22c9a0..74f341cb6f29 100644
--- a/MOVED
+++ b/MOVED
@@ -1008,3 +1008,4 @@ www/zope-cmf13|www/zope-cmf|2004-04-01|old version no longer needed
multimedia/acme|sysutils/gnomecontrolcenter2|2004-04-04|merged into gnomecontrolcenter2
x11/gswitchit|x11/gnomeapplets2|2004-04-04|merged into gnomeapplets2
devel/gnomevfs-extras|devel/gnomevfs2|2004-04-04|merged into gnomevfs2
+games/scummvm|emulators/scummvm|2004-04-06|new category
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)
diff --git a/games/Makefile b/games/Makefile
index d213fe5e7dea..0510db0bff06 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -377,7 +377,6 @@
SUBDIR += rubix
SUBDIR += scid
SUBDIR += scorched3d-devel
- SUBDIR += scummvm
SUBDIR += scummvm-tools
SUBDIR += sdlroids
SUBDIR += seabattle
diff --git a/games/bass/Makefile b/games/bass/Makefile
index 4da0f62112b9..522fa56db9c5 100644
--- a/games/bass/Makefile
+++ b/games/bass/Makefile
@@ -16,7 +16,7 @@ DISTNAME= BASS-CD
MAINTAINER= alexander@trull.com
COMMENT= Beneath a Steel Sky: a post-apocalyptic futuristic graphical adventure
-RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
+RUN_DEPENDS= scummvm:${PORTSDIR}/emulators/scummvm
USE_ZIP= yes
NO_BUILD= yes
diff --git a/games/fotaq/Makefile b/games/fotaq/Makefile
index 23663151eb97..5a79cdca2879 100644
--- a/games/fotaq/Makefile
+++ b/games/fotaq/Makefile
@@ -15,7 +15,7 @@ DISTNAME= FOTAQ_Talkie
MAINTAINER= alexander@trull.com
COMMENT= Flight of the Amazon Queen: a classic graphical adventure
-RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
+RUN_DEPENDS= scummvm:${PORTSDIR}/emulators/scummvm
USE_ZIP= yes
NO_BUILD= yes
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile
index 5a44720644dd..8cec739a2eaf 100644
--- a/games/scummvm-tools/Makefile
+++ b/games/scummvm-tools/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= scummvm
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for use with the SCUMMVM game emulator
-RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
+RUN_DEPENDS= scummvm:${PORTSDIR}/emulators/scummvm
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
deleted file mode 100644
index 9ff7863c34dc..000000000000
--- a/games/scummvm/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# New ports collection makefile for: scummvm
-# Date created: Tue Sep 2 23:34:32 BST 2003
-# Whom: Alex Trull <alexander@trull.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scummvm
-PORTVERSION= 0.6.0
-CATEGORIES= games emulators
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= alexander@trull.com
-COMMENT= Free implementation of LucasArts S.C.U.M.M. interpreter
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-USE_REINPLACE= yes
-USE_SDL= sdl
-
-CONFIGURE_ARGS=--with-sdl-prefix=${LOCALBASE} \
- --disable-alsa \
- --with-zlib-prefix=/usr \
- --disable-debug
-
-OPTIONS= VORBIS "Enable Ogg Vorbis support" off \
- MAD "Enable mad (MP3) support" on \
- MPEG2 "Enable MPEG2 support" off
-
-MAN6= scummvm.6
-
-DOCS= NEWS README TODO
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_VORBIS)
-LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \
- vorbis.3:${PORTSDIR}/audio/libvorbis
-CONFIGURE_ARGS+=--with-ogg-prefix=${LOCALBASE} \
- --with-vorbis-prefix=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--disable-vorbis
-.endif
-
-.if !defined(WITHOUT_MAD)
-LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad
-CONFIGURE_ARGS+=--with-mad-prefix=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--disable-mad
-.endif
-
-.if defined(WITH_MPEG2)
-LIB_DEPENDS+= mpeg2.0:${PORTSDIR}/multimedia/libmpeg2
-CONFIGURE_ARGS+=--with-mpeg2-prefix=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--disable-mpeg2
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's/-O//' ${WRKSRC}/Makefile
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/scummvm.6 ${PREFIX}/man/man6
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
deleted file mode 100644
index f30c72b493b1..000000000000
--- a/games/scummvm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (scummvm-0.6.0.tar.bz2) = efc4207a7f10b24e9fc5afa10ed9c455
-SIZE (scummvm-0.6.0.tar.bz2) = 1631951
diff --git a/games/scummvm/pkg-descr b/games/scummvm/pkg-descr
deleted file mode 100644
index ac98324dc6c8..000000000000
--- a/games/scummvm/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-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.
-
-Visit these following web pages for more information:
-
-WWW: http://scummvm.sourceforge.net/
-
--Adam Weinberger <adamw@FreeBSD.org>
diff --git a/games/scummvm/pkg-plist b/games/scummvm/pkg-plist
deleted file mode 100644
index ecd2aeec1ed6..000000000000
--- a/games/scummvm/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/scummvm
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%