blob: 81b5d3d70ed13f0eb5921bcf5bcd49c09ef0aca4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.5 2011/04/22 13:45:21 obache Exp $
#
GST_PLUGINS0.10_NAME= speex
GST_PLUGINS0.10_DIRS= ext/speex
GST_PLUGINS0.10_FLAGS= speex
PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
.include "../../audio/speex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|