7491148363
* Don't allow SID to disable voice 3 if it has filters enabled. * Improved emulation of Galway Noise based on PlaySID's Extended SID registers. * Improved random number generator's bit 0. * Improved ASCII conversion of CHR$-strings in MUS file format. (Peter Weighill)
17 lines
430 B
Makefile
17 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/07/04 14:41:14 frueauf Exp $
|
|
#
|
|
|
|
DISTNAME= sidplay-1_36_35
|
|
PKGNAME= sidplay-1.36.35
|
|
WRKSRC= ${WRKDIR}/sidplay-1.36.35
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pooka@iki.fi
|
|
HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|