d418406bca
pancake. With FUSE it is possible to implement a fully functional filesystem in a userspace program. Features include: * Simple library API * Simple installation (no need to patch or recompile the kernel) * Secure implementation * Userspace - kernel interface is very efficient * Usable by non privileged users * Runs on Linux kernels 2.4.X and 2.6.X * Has proven very stable over time This package is enabled only for linux and FreeBSD, NetBSD uses its own compatible library.
17 lines
411 B
Makefile
17 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/02/20 23:48:30 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= fuse-2.5.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse/}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://fuse.sourceforge.net/
|
|
COMMENT= Filesystem in Userspace
|
|
|
|
GNU_CONFIGURE= yes
|
|
ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-*
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|