pkgsrc/audio/libao/Makefile
drochner 3e7c868ca0 update to 1.0.0
changes:
-Added surround channel mapping API and capability
-New config file options
-misc updates and fixes

pkgsrc note: The format structure passed to ao_open_*() has grown a new
member ("matrix", for channel mapping). All client pkgs need to be
checked that it is at least zero-initialized.
2010-05-19 18:17:27 +00:00

10 lines
230 B
Makefile

# $NetBSD: Makefile,v 1.33 2010/05/19 18:17:27 drochner Exp $
PKG_INSTALLATION_TYPES= overwrite
.include "Makefile.common"
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/ao/plugins-4
.include "../../mk/bsd.pkg.mk"