18 lines
407 B
Makefile
18 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.39 2014/02/12 23:17:32 tron Exp $
|
|
#
|
|
|
|
BMP_USE_ESD:= yes
|
|
.include "../../audio/bmp/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/bmp/bmp-esound/}
|
|
PKGREVISION= 26
|
|
CATEGORIES+= gnome
|
|
|
|
COMMENT= BMP plugin to output sound through the esound daemon
|
|
|
|
DEPENDS+= bmp>=0.9.7.1:../../audio/bmp
|
|
|
|
BUILD_DIRS= Output/esd
|
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|