ab44b21a13
SIDPLAY emulates the Sound Interface Device (SID) chip and the microprocessor unit of the Commodore 64 computer, so it can load and execute C64 machine code programs which produce music or sound. Using SIDPLAY, you can listen to thousands of old and new C64 sound files by infamous artists such as Hubbard and Paul Norman!
30 lines
705 B
Makefile
30 lines
705 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/22 22:44:16 naddy Exp $
|
|
|
|
COMMENT= "Commodore 64 music player and SID chip emulator"
|
|
|
|
DISTNAME= sidplay-base-1.0.8
|
|
PKGNAME= ${DISTNAME:S/-base//}
|
|
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
|
|
|
|
LIB_DEPENDS= sidplay.1::audio/libsidplay
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \
|
|
--with-sidplay-library=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|