blob: 9d86c8589f37d63c499cc682eb8b0d7a6c37a736 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.30 2012/03/03 00:13:57 wiz Exp $
#
GST_PLUGINS0.10_NAME= gnomevfs
GST_PLUGINS0.10_DIRS= ext/gnomevfs
GST_PLUGINS0.10_FLAGS= gnome_vfs
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../multimedia/gst-plugins0.10-base/Makefile.common"
PKGREVISION=1
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|