pkgsrc - initial commit
[pkgsrc.git] / audio / bmp-esound / Makefile
1 # $NetBSD: Makefile,v 1.14 2009/08/26 20:20:32 sno Exp $
2 #
3 PKG_DESTDIR_SUPPORT=    user-destdir
4
5 BMP_USE_ESD:=           yes
6 .include "../../audio/bmp/Makefile.common"
7
8 PKGNAME=                ${DISTNAME:S/bmp/bmp-esound/}
9 PKGREVISION=            2
10 CATEGORIES+=            gnome
11
12 COMMENT=                BMP plugin to output sound through the esound daemon
13
14 DEPENDS+=               bmp>=0.9.7.1:../../audio/bmp
15
16 BUILD_DIRS=             Output/esd
17
18 .include "../../audio/esound/buildlink3.mk"
19 .include "../../mk/bsd.pkg.mk"