# $Id: Portfile,v 1.5 2003/08/28 20:05:22 olegb Exp $ PortSystem 1.0 name gnome-vfs version 2.2.5 description This is the GNOME Virtual File System. long_description This is the GNOME Virtual File System. \ GNOME VFS is currently used as one of the \ foundations of the Nautilus file manager. maintainers olegb@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites ftp://ftp.gnome.org/pub/GNOME/desktop/2.2/2.2.2/sources/ checksums md5 6ed2702382675c78eed6a96b2296e51d depends_lib lib:libgconf-2:gconf lib:gnome-vfs-mime-magic:gnome-mime-data patchfiles patch_gnome-vfs-utils.c patch_file-metod.c patch_ltmain.sh post-configure { cd ${worksrcpath} reinplace "s|HAVE_STATVFS 1|HAVE_STATVFS 0|g" config.h } use_bzip2 yes configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"