692e99c844
that allows it to output sound using the pulseaudio sound server
20 lines
585 B
Makefile
20 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/02/27 10:05:37 kefren Exp $
|
|
|
|
DISTNAME= xmms-pulse-0.9.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= XMMS plugin to output sound through the pulseaudio daemon
|
|
HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-lynx
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../audio/pulseaudio/buildlink3.mk"
|
|
.include "../../audio/xmms/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|