pkgsrc-wip/libsidplay2/Makefile
Adam Hoka 5645a3be6c Sidplay is SID-chip emulator for playing Commodore 64 music.
This is a snapshot from libSIDPlay2 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 made by ccr/TNSP.
2008-01-03 01:40:54 +00:00

22 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/01/03 01:40:54 hoka_adam Exp $
#
DISTNAME= libsidplay-2.1.1+20060528.ccr
PKGNAME= libsidplay-20060528
CATEGORIES= audio
MASTER_SITES= http://tnsp.org/xs-files/
MAINTAINER= adam.hoka@gmail.com
HOMEPAGE= http://tnsp.org/xs-files/
COMMENT= SID-chip emulator snapshot from ccr/TNSP
CONFLICTS= libsidplay2-[0-9]*
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= unix/libsidplay2.pc.in
.include "../../mk/bsd.pkg.mk"