diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-28 19:24:36 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-28 19:24:36 +0800 |
commit | eac876690a53c25b10229698d5f6fd44bc3d987d (patch) | |
tree | 0c66f543910ed17f908126adb1bbcc10b27958bd /games/scummvm/Makefile | |
parent | 71e002682935247604a7d1e7de4850fb1d8b6618 (diff) | |
download | freebsd-ports-gnome-eac876690a53c25b10229698d5f6fd44bc3d987d.tar.gz freebsd-ports-gnome-eac876690a53c25b10229698d5f6fd44bc3d987d.tar.zst freebsd-ports-gnome-eac876690a53c25b10229698d5f6fd44bc3d987d.zip |
Updated Port 'games/scummvm' to 0.5.1
Looks ok for me modulo he sent a shar instead of a diff
-ruN. Please, pass maintainership to Alex as I'm not going
to keep up with it.
PR: ports/56333
Submmited by: Alex Trull <alexander@trull.com>
Diffstat (limited to 'games/scummvm/Makefile')
-rw-r--r-- | games/scummvm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 56bcb7cf27d1..c68631fdfaf2 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: scummvm -# Date created: Tue Mar 26 13:05:21 CET 2002 -# Whom: Miguel Mendez <flynn@energyhq.homeip.net> +# Date created: Tue Sep 2 23:34:32 BST 2003 +# Whom: Alex Trull <alexander@trull.com> # # $FreeBSD$ # PORTNAME= scummvm -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.1 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= flynn@energyhq.es.eu.org +MAINTAINER= alexander@trull.com COMMENT= Free implementation of LucasArts S.C.U.M.M. interpreter LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ |