blob: 612bfa3a7a1638a31ad06e34cd167704d4a22db3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.2 2006/01/24 07:32:34 wiz Exp $
#
GST_PLUGINS0.10_NAME= gnomevfs
GST_PLUGINS0.10_DIRS= ext/gnomevfs
GST_PLUGINS0.10_FLAGS= gnome_vfs
.include "../../multimedia/gst-plugins0.10-base/Makefile.common"
PKGREVISION= 1
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|