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