blob: d41fab6d73df21b21a104e8bd57268e5deb84f4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:06 joerg Exp $
#
GST_PLUGINS0.10_NAME= esound
GST_PLUGINS0.10_DIRS= ext/esd
GST_PLUGINS0.10_FLAGS= esd
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
.include "../../audio/esound/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|