blob: 49c5136c094c298d6a39028060bdde92d83b1d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2011/04/22 13:45:20 obache Exp $
#
GST_PLUGINS0.10_NAME= spc
GST_PLUGINS0.10_DIRS= ext/spc
PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-bad/Makefile.common"
.include "../../audio/libopenspc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|