pkgsrc/audio/libao-esound/Makefile
wiz 1a9512aabe Update to 0.8.8:
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
2007-11-30 17:50:30 +00:00

17 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.12 2007/11/30 17:50:33 wiz Exp $
.include "../../audio/libao/Makefile.common"
PKGNAME= ${DISTNAME:S/libao/libao-esound/}
COMMENT+= (esound plugin)
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-esd/enable-esd/g}
BUILD_DIRS= ${WRKSRC}/src/plugins/esd
INSTALL_DIRS= ${WRKSRC}/src/plugins/esd
_LIBAO_BUILDING_PLUGIN= yes
.include "../../audio/esound/buildlink3.mk"
.include "../../audio/libao/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"