pkgsrc-wip/alsa-plugins/Makefile
Yorick Hardy 77fe0bf1b5 This package provides the ALSA plugins for OSS, JACK, etc.
The package makes it possible to use alsa-lib with the oss plugin
for ALSA sound on NetBSD.
2008-11-17 12:28:45 +00:00

20 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.1 2008/11/17 12:28:45 yhardy Exp $
#
DISTNAME= alsa-plugins-1.0.18
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.alsa-project.org/
COMMENT= Advanced Linux Sound Architecture plugins
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
.include "../../wip/alsa-lib/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"