# $Header: /magellan-cvs/smage/sshfs-fuse/sshfs-fuse-1.9-r1.smage2,v 1.1 2008/02/20 10:10:28 niro Exp $ PNAME="sshfs-fuse" PVER="1.9" PBUILD="r1" PCATEGORIE="sys-fs" STATE="unstable" DESCRIPTION="SSH Filesystem for FUSE." HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" DEPEND=">= sys-fs/fuse-2.7 >= net-misc/openssh-4" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://fuse/${SRCFILE} mirror://${PNAME}/${SRCFILE} )