0.8.8 - Thu May 24 - New win32 driver - Few fixes and changes in autotools and configuration files. 0.8.7 - unreleased snapshot - obsolete alsa device renamed to alsa05 - the 'alsa' device now uses the 0.9/1.0 API - ALSA driver fixes
18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.18 2007/11/30 17:50:33 wiz Exp $
|
|
|
|
.include "../../audio/libao/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/libao/libao-arts/}
|
|
|
|
COMMENT+= (arts plugin)
|
|
|
|
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g}
|
|
BUILD_DIRS= ${WRKSRC}/src/plugins/arts
|
|
INSTALL_DIRS= ${WRKSRC}/src/plugins/arts
|
|
|
|
_LIBAO_BUILDING_PLUGIN= yes
|
|
|
|
.include "../../audio/arts/buildlink3.mk"
|
|
.include "../../audio/libao/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|