38bdf195d9
Emulation core improvements: * Disable tape traps when playing/recording RZX files Miscellaneous improvements: * Fix typo in LOG disk format * Replace old ticket numbers from Trac to Allura * WidgetUI: Fix memory leak in file selector * Fix allocator sizeof operand mismatch and remove dead assignment * Remove prototypes of old plus3 disk functions * Increase allocated memory to keep GCC7 happy
26 lines
741 B
Makefile
26 lines
741 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/05/26 19:35:48 adam Exp $
|
|
|
|
DISTNAME= fuse-1.3.5
|
|
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"
|
|
|
|
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"
|