General: * Improved audio device detection and fallback. There should be no more silent errors due to invalid audio devices. Instead ScummVM should pick up a suitable alternative device. Mohawk: * Added detection entries for more variants of some Living Books games. Tinsel: * Fixed a regression that made Discworld uncompletable. SAGA: * Fixed a regression in Inherit the Earth's dragon walk code which was causing crashes there. * Fixed a regression causing various crashes in I Have No Mouth and I Must Scream. SCI: * Added detection entries for some Macintosh game versions. * Audio settings are now stored correctly for the CD version of EcoQuest 1. SCUMM: * Fixed graphics bug in FM-TOWNS versions of games on ARM devices (Android, iPhone, etc.).
32 lines
894 B
Makefile
32 lines
894 B
Makefile
# $NetBSD: Makefile,v 1.66 2011/07/27 12:27:56 adam Exp $
|
|
|
|
DISTNAME= scummvm-1.3.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://scummvm.sourceforge.net/
|
|
COMMENT= LucasArts Script Creation Utility for Maniac Mansion
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.1
|
|
UNLIMIT_RESOURCES= datasize
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../audio/flac/buildlink3.mk"
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../multimedia/libmpeg2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|