summaryrefslogtreecommitdiff
path: root/sysutils/gvfs/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-04-11 19:25:38 +0000
committerdrochner <drochner@pkgsrc.org>2008-04-11 19:25:38 +0000
commit3d73d2dd2cc2543865b2f7eab21b18c59c94667b (patch)
tree08905fb751424d83d8387fc0250cf77c3629d358 /sysutils/gvfs/Makefile
parentfd7d46cf1c327964417c81ec3805fe6f9284016d (diff)
downloadpkgsrc-3d73d2dd2cc2543865b2f7eab21b18c59c94667b.tar.gz
add gvfs-0.2.3, a userland virtual file system implementation which
ought to replace gnome-vfs, starting with gnome-2.22 pkgsrc note: It would be great to have this split into modules to limit dependencies, but as the code is structured this is hard to do. So I've basically selected functions which are provided by gnome-vfs plus gnome-vfs-samba. Unfortunately, the samba part doesn't work for me - mount attempts just hang. So this is a work-in-progress, help welcome.
Diffstat (limited to 'sysutils/gvfs/Makefile')
-rw-r--r--sysutils/gvfs/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile
new file mode 100644
index 00000000000..136366eae3b
--- /dev/null
+++ b/sysutils/gvfs/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/11 19:25:38 drochner Exp $
+#
+
+DISTNAME= gvfs-0.2.3
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/0.2/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Userspace virtual filesystem
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= intltool gmake
+CONFIGURE_ARGS+= --with-samba-includes=${LOCALBASE}/include
+CONFIGURE_ARGS+= --with-samba-libs=${LOCALBASE}/lib/samba
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../net/samba/buildlink3.mk"
+.include "../../net/libsoup24/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../security/gnome-keyring/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"