diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:48:32 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:48:32 +0000 |
commit | 7cc8ad3471b7b5bc5b67c8ed29f0e2371b87d6b1 (patch) | |
tree | b5f94583695e2494e80f0d88413d6e8707ca4e98 /sysutils/gst-plugins-gnomevfs/Makefile | |
parent | c9915dcca395b86515f2e17894eeb1562d510ab8 (diff) | |
download | pkgsrc-7cc8ad3471b7b5bc5b67c8ed29f0e2371b87d6b1.tar.gz |
Initial import of gst-plugins-gnomevfs, version 0.8.0:
This package provides the gnomevfs plugin for GStreamer.
Diffstat (limited to 'sysutils/gst-plugins-gnomevfs/Makefile')
-rw-r--r-- | sysutils/gst-plugins-gnomevfs/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gst-plugins-gnomevfs/Makefile b/sysutils/gst-plugins-gnomevfs/Makefile new file mode 100644 index 00000000000..6ee88604861 --- /dev/null +++ b/sysutils/gst-plugins-gnomevfs/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 09:48:32 jmmv Exp $ +# + +GST_PLUGINS_NAME= gnomevfs +GST_PLUGINS_DIR= ext/gnomevfs +GST_PLUGINS_FLAG= gnome_vfs + +.include "../../multimedia/gst-plugins/Makefile.common" + +.include "../../sysutils/gnome-vfs2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |