diff options
author | adam <adam@pkgsrc.org> | 2008-12-04 07:40:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-12-04 07:40:34 +0000 |
commit | 76a5e6b81cdb0c9cd7027d0712a5f11d2adcdc1c (patch) | |
tree | e2a4f871d4e0f78e3dd3722084c316d791505f21 /emulators/fuse-utils/Makefile | |
parent | 6e747bbe7e404604a1280005ca346fb803f393e5 (diff) | |
download | pkgsrc-76a5e6b81cdb0c9cd7027d0712a5f11d2adcdc1c.tar.gz |
Changes 0.10.0:
* audio2tape can now recognise standard ROM loaders.
* tzxlist now outputs block and tape lengths.
* snap2tzx: add 0.1s pause between blocks to ensure a gap between edges.
* tapeconv: add options for embedding metadata into the created file.
* tape2wav: ensure pulses do not get rounded down inappropriately.
* Allow building without libaudiofile.
Diffstat (limited to 'emulators/fuse-utils/Makefile')
-rw-r--r-- | emulators/fuse-utils/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index a62be07f695..25492ea33e6 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:29 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/12/04 07:40:34 adam Exp $ -DISTNAME= fuse-utils-0.9.0 +DISTNAME= fuse-utils-0.10.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} @@ -10,8 +10,10 @@ COMMENT= ZX Spectrum Emulator utilities PKG_DESTDIR_SUPPORT= user-destdir -GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-audiofile LIBS+= -lgcrypt LIBS+= -lgpg-error |