From b8e7117c4c56aec3b191d6b321c50a8f6d09ac97 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 Feb 2004 13:40:15 +0000 Subject: Changes 0.6.2: * New features: + Real joystick support. + The 'pokefinder'. + Black and white TV mode for the GTK+ and SDL user interfaces. + The Timex 1.5x scaler and the reappearance of 3x3 mode for the GTK+ UI. + A simple memory browser. + Writes to disk will not affect the underlying file unless explicitly requested by the user. + Status bar for the GTK+ UI, and status icons for the SDL UI. + Options to disable the GTK+ confirmation dialogs and the printer emulation. * Z80 core improvements * Debugger improvements * RZX improvements * Minor bugfixes --- emulators/fuse/Makefile | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'emulators/fuse/Makefile') diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 3cd7d0849a1..fe7f9135de1 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,24 +1,23 @@ -# $NetBSD: Makefile,v 1.6 2004/01/23 21:50:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/13 13:40:15 adam Exp $ -DISTNAME= fuse-0.6.1.1 -PKGREVISION= 2 +DISTNAME= fuse-0.6.2 CATEGORIES= emulators -MASTER_SITES= http://www.srcf.ucam.org/~pak21/spectrum/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} MAINTAINER= adam@NetBSD.org -HOMEPAGE= http://www.srcf.ucam.org/~pak21/spectrum/fuse.html +HOMEPAGE= http://fuse-emulator.sourceforge.net/ COMMENT= ZX Spectrum Emulator -USE_BUILDLINK2= yes -USE_PERL5= build -USE_X11= yes -GNU_CONFIGURE= yes -LIBS+= ${LIBOSSAUDIO} +USE_BUILDLINK2= yes +USE_PERL5= build +USE_X11= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-gtk2 -.include "../../x11/gtk/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" .include "../../emulators/libspectrum/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../textproc/libxml2/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" .include "../../mk/ossaudio.buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3