32f3babd3a
Requested to import from wip/libao-nas by PR 39702. Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. This package provides an NAS plugin for libao's core.
18 lines
484 B
Makefile
18 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 13:17:16 obache Exp $
|
|
|
|
.include "../../audio/libao/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/libao/libao-nas/}
|
|
|
|
COMMENT+= (nas plugin)
|
|
|
|
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-nas/enable-nas/g}
|
|
BUILD_DIRS= src/plugins/nas
|
|
INSTALL_DIRS= src/plugins/nas
|
|
|
|
_LIBAO_BUILDING_PLUGIN= yes
|
|
|
|
.include "../../x11/libXau/buildlink3.mk"
|
|
.include "../../audio/nas/buildlink3.mk"
|
|
.include "../../audio/libao/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|