4e54459736
This library provides the Sound Interface Device (SID) chip emulator engine that is used by music player programs like SIDPLAY. With it you can play musics from Commodore 64 (or compatible) programs.
31 lines
702 B
Makefile
31 lines
702 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/22 22:40:51 naddy Exp $
|
|
|
|
COMMENT= "C64 music player and SID chip emulator library"
|
|
|
|
DISTNAME= libsidplay-1.36.54
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.530
|
|
|
|
HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}packages/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
CONFIGURE_ARGS+= --enable-optfixpoint --enable-optendian
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|