pkgsrc/audio/bmp-pulse/Makefile
jmcneill 366d558519 Import bmp-pulse version 0.9.4. Note that the code for this application
supports XMMS as well, but we're not building it as gtk1 needs to go away.

bmp-pulse is an output plugin for the Beep Media Player program that
allows it to output sound using the PulseAudio sound server (mainly
used by the GNOME desktop).
2008-12-19 00:54:16 +00:00

23 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 00:54:16 jmcneill Exp $
#
DISTNAME= xmms-pulse-0.9.4
PKGNAME= ${DISTNAME:S/xmms/bmp/}
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/xmms-pulse/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://0pointer.de/lennart/projects/xmms-pulse/
COMMENT= BMP output plugin for the PulseAudio sound server
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
CONFIGURE_ARGS+= --enable-bmp
CONFIGURE_ARGS+= --disable-xmms
CONFIGURE_ARGS+= --disable-lynx
.include "../../audio/bmp/buildlink3.mk"
.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"