3e7c868ca0
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.
10 lines
230 B
Makefile
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"
|