pkgsrc/emulators/fuse-emulator/Makefile
adam fb59c5b5a8 Fuse 1.3.8:
* Emulation core improvements:
  * Add workaround for Multiface One and 128 clash
  * Limit RZX sentinel warning to once per playback
  * Disable Melodik interface on 128K machines
  * Correct the list of machines for Multiface One

* Miscellaneous improvements:
  * Update compile instructions for win32 UI
  * Check required version of libspectrum is available
  * Document --mdr-len and --mdr-random-len options
  * Document support for the Recreated ZX Spectrum
  * Fix transposed description of AY-3-8912
  * GTK UI: Destroy tape browser dialog on close
2017-08-02 10:24:26 +00:00

25 lines
686 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/08/02 10:24:26 adam Exp $
DISTNAME= fuse-1.3.8
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
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"
.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"