b20356eae5
Xfce4 GVfs Mount is a small application that is meant to mount remote file systems only. It was initially written because Thunar 1.0 is lacking that feature. The application is composed of a daemon, a mount dialog, and a panel plugin.
16 lines
572 B
Makefile
16 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/31 09:02:53 youri Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-gvfs-mount-0.0.4-6d2684b
|
|
PKGNAME= xfce4-gvfs-mount-plugin-0.0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-gvfs-mount/0.0/
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-gvfs-mount
|
|
COMMENT= Xfce gvfs mount plugin
|
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|