blob: 878b45d8fefc74f2a523c33521619ca79e9fd179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2011/04/24 15:31:09 obache Exp $
#
GST_PLUGINS0.10_NAME= ogg
GST_PLUGINS0.10_DIRS= ext/ogg
GST_PLUGINS0.10_FLAGS= ogg
PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-base/Makefile.common"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|