* audio2tape * work with stereo sound files * don't crash on an empty ROM block * tzxlist * print data from ROM header blocks * Assume non-ASCII characters are in Windows-1252 * snapconv: add -f flag to fix .szx files written with old versions of libspectrum * raw2hdf: ensure version data is always written
25 lines
682 B
Makefile
25 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.18 2010/12/20 20:54:35 adam Exp $
|
|
|
|
DISTNAME= fuse-utils-1.0.0
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://fuse-emulator.sourceforge.net/
|
|
COMMENT= ZX Spectrum Emulator utilities
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIBS+= -lgcrypt
|
|
LIBS+= -lgpg-error
|
|
|
|
.include "../../audio/libaudiofile/buildlink3.mk"
|
|
.include "../../emulators/libspectrum/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../security/libgpg-error/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|