blob: 19877ad9b1fc23bf9445f709c20a1f8dff70ad1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.7 2012/02/06 12:39:25 wiz Exp $
#
GST_PLUGINS0.10_NAME= speex
GST_PLUGINS0.10_DIRS= ext/speex
GST_PLUGINS0.10_FLAGS= speex
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
PKGREVISION= 1
.include "../../audio/speex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|