* Fix temporary breakpoints on platforms using replacement Glib * Ensure Amiga port can load files * Fix SVGAlib compilation
26 lines
681 B
Makefile
26 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.36 2011/02/27 12:33:56 adam Exp $
|
|
|
|
DISTNAME= fuse-1.0.0.1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|