diff options
author | adam <adam> | 2004-02-13 13:40:15 +0000 |
---|---|---|
committer | adam <adam> | 2004-02-13 13:40:15 +0000 |
commit | b8e7117c4c56aec3b191d6b321c50a8f6d09ac97 (patch) | |
tree | 4b3e0ef1d4a200f931e951749d2be9571caed878 /emulators/fuse/Makefile | |
parent | 7b05d25b93aa22ded030f2c9b31bf73e9dfa0111 (diff) | |
download | pkgsrc-b8e7117c4c56aec3b191d6b321c50a8f6d09ac97.tar.gz |
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
Diffstat (limited to 'emulators/fuse/Makefile')
-rw-r--r-- | emulators/fuse/Makefile | 25 |
1 files changed, 12 insertions, 13 deletions
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" |