pkgsrc-wip/resid-builder/Makefile
Adam Hoka bf06a5a022 reSID is a reverse engineered software emulation of the MOS6581 SID.
This chip was used in the Commodore 64 computer.

This is a snapshot from CVS combined with some
portability fixes and patches to make sure it builds at least
on various Linux distributions, Solaris 9 (you need gcc3, etc)
and NetBSD. These improvements have made by ccr/TNSP.
2008-01-03 02:01:06 +00:00

31 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/01/03 02:01:06 hoka_adam Exp $
#
DISTNAME= resid-builder-1.0.1+20060528.ccr
PKGNAME= resid-builder-20060528
CATEGORIES= audio
MASTER_SITES= http://www.tnsp.org/xs-files/
MAINTAINER= adam.hoka@gmail.com
HOMEPAGE= http://www.tnsp.org/xs-files/
COMMENT= reSID-builder snapshot from ccr/TNSP
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= make
USE_LIBTOOL= yes
# I know it's dirty...
#
RESID=resid-0.16.2-ccr
CONFIGURE_ARGS+= --with-resid=${WRKDIR}/${RESID}
pre-extract:
cd ${WRKDIR} && ${FETCH_CMD} ${MASTER_SITES}/${RESID}.tar.gz
cd ${WRKDIR} && ${PAX} -rzf ${RESID}.tar.gz
pre-configure:
cd ${WRKDIR}/${RESID} && ./configure && make
.include "../../wip/libsidplay2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"