blob: 1bf36295fe1e3933b623e60bc426da9c7592df0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.14 2009/08/26 20:20:32 sno Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
BMP_USE_ESD:= yes
.include "../../audio/bmp/Makefile.common"
PKGNAME= ${DISTNAME:S/bmp/bmp-esound/}
PKGREVISION= 2
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"
|