General: - Fixed several minor bugs here and there. Drascula: - Fixed regression that caused some texts to always be in English, even when using another language. KYRA: - Fixed a bug which caused the DOS versions to crash before the credits when AdLib music is selected. LURE: - Fixed several memory leaks. - Corrected problems in the handling of followers when blocked from performing actions by closed doors between rooms. - Solved issues with Goewin not always correctly following the player out of the caves Tinsel: - Fix video playback regression in Discworld 2. Parallaction: - Fix several crashes and other regressions in Nippon Safes.
32 lines
894 B
Makefile
32 lines
894 B
Makefile
# $NetBSD: Makefile,v 1.62 2010/05/03 06:30:40 adam Exp $
|
|
|
|
DISTNAME= scummvm-1.1.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"
|