f1b1338efd
This release fixes a few bugs that slipped through when releasing 0.71. Here a list of the changes: * Fixed unitialized variable in joystick. (Fixes crashes on Vista and Mac OS X) * Some bugfixes and speedups to the 64 bit recompiling core. * Fixed sign flag on soundblaster dma transfers (Space Quest 6 intro) * Fixed a bug in keyboard layout processing code and fixed certain layouts. * Fixed Dreamweb. * Improved speed unlocking when running cycles=max. * Fixed a crash related to the tab completion in the shell. * Improved aspect correction code. Should now be like how a real monitor handles it. * Fixed a bug in the xms status report code. (Blake Stone 1.0 shareware) * Added a lot more keyboard layouts. * Fixed crash related to changing the scaler before a screen was created. * Hopefully fixed compilation on *bsd. * Enabled auto cpu core selection for recompiling core as well. * Made the used joystick selectable when 4axis is specified. * Added some hints for inexperienced DOS users to the shell.
28 lines
812 B
Makefile
28 lines
812 B
Makefile
# $NetBSD: Makefile,v 1.22 2007/08/27 06:37:01 xtraeme Exp $
|
|
|
|
DISTNAME= dosbox-0.72
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
|
|
|
|
MAINTAINER= cube@cubidou.net
|
|
HOMEPAGE= http://dosbox.sourceforge.net/
|
|
COMMENT= Multi-platform DOS emulator using SDL
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS.SunOS+= -DDISABLE_JOYSTICK
|
|
INSTALLATION_DIRS= share/doc/dosbox
|
|
|
|
SUBST_CLASSES+= fixme
|
|
SUBST_STAGE.fixme= post-patch
|
|
SUBST_FILES.fixme= docs/dosbox.1
|
|
SUBST_SED.fixme= -e s,/usr/share/,${PREFIX}/share/,g
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dosbox
|
|
|
|
.include "../../audio/SDL_sound/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|