35fe174b79
xmms-esound is an output plugin for the XMMS program that allows it to output sound using the enlightened sound daemon (mainly used by the GNOME desktop).
20 lines
488 B
Makefile
20 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 09:25:07 jmmv Exp $
|
|
#
|
|
|
|
.include "../../audio/xmms/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/xmms/xmms-esound/}
|
|
CATEGORIES+= gnome
|
|
|
|
COMMENT= XMMS plugin to output sound through the esound daemon
|
|
|
|
CONFLICTS+= xmms<=1.2.7nb8
|
|
|
|
BUILDLINK_DEPENDS.xmms= xmms>=1.2.7nb9
|
|
|
|
BUILD_DIRS= ${WRKSRC}/Output/esd
|
|
INSTALL_DIRS= ${WRKSRC}/Output/esd
|
|
|
|
.include "../../audio/esound/buildlink2.mk"
|
|
.include "../../audio/xmms/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|