with filesystems/fuse. From Kamil Rytarowski in PR 50662. Fuse is the Free Unix Spectrum Emulator. * Working 48K/128K/+2/+2A Speccy emulation, running at true Speccy speed on any computer you're likely to try it on. * Support for loading from .tzx files. * Sound (on system supporting the Open Sound System or BSD/Solaris). * Kempston joystick emulation. * Emulation of the various printers you could attach to the Spectrum. * Very basic support for RZX files.
27 lines
755 B
Makefile
27 lines
755 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/17 14:27:38 wiz Exp $
|
|
|
|
DISTNAME= fuse-1.1.1
|
|
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
|
|
PKGREVISION= 7
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
|
COMMENT= ZX Spectrum Emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= perl pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -DDEVOSSAUDIO=\"${DEVOSSAUDIO}\"
|
|
LIBS+= ${LIBOSSAUDIO}
|
|
|
|
.include "options.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.libspectrum+= libspectrum>=1.1.1
|
|
.include "../../emulators/libspectrum/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|