94588fb46a
* New features: * Add Multiface One/128/3 interface emulation * Machine specific improvements: * Restore +2A/+3 ALL_RAM mode from snapshots * Miscellaneous improvements: * SDL: Hide cursor when UI runs on a console (Raspberry Pi) * Switch to using autoreconf * Use silent builds by default when available * Use explicit AM_SILENT_RULES macro as libspectrum does * AC_PROG_RANLIB is rendered obsolete by LT_INIT * Remove unnecessary include glib.h
26 lines
741 B
Makefile
26 lines
741 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/07/04 09:38:51 adam Exp $
|
|
|
|
DISTNAME= fuse-1.3.7
|
|
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"
|