9ff6e778a1
changes: -bugfixes -IPv6 support integrated -new translations -minor feature additions
20 lines
488 B
Makefile
20 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/05/06 14:48:57 drochner 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/buildlink3.mk"
|
|
.include "../../audio/xmms/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|