1a9512aabe
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
20 lines
518 B
Makefile
20 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/11/30 17:50:33 wiz Exp $
|
|
|
|
.include "../../audio/libao/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/libao/libao-macosx/}
|
|
|
|
COMMENT+= (MacOS X plugin)
|
|
|
|
ONLY_FOR_PLATFORM+= Darwin-*-*
|
|
|
|
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_MACOSX=no/ENABLE_MACOSX=yes/g}
|
|
BUILD_DIRS= ${WRKSRC}/src/plugins/macosx
|
|
INSTALL_DIRS= ${WRKSRC}/src/plugins/macosx
|
|
|
|
BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1
|
|
|
|
_LIBAO_BUILDING_PLUGIN= yes
|
|
|
|
.include "../../audio/libao/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|