ca7462188d
befuse - Be File System (BeFS) FUSE module for userspace A module that provides a userspace implementation of the BeFS. Key Features: - Mount BeFS partitions on FreeBSD. - Supports reading and writing to BeFS-formatted partitions. - Compatible with x86_64 systems. - Easy installation and use via FUSE. Dependencies: - FUSE (Filesystem in Userspace) library. - BeFS-formatted partition or disk image. WWW: https://github.com/kuku929/befuse PR: 285352
20 lines
340 B
Makefile
20 lines
340 B
Makefile
PORTNAME= befuse
|
|
DISTVERSION= 1.2
|
|
CATEGORIES= filesystems
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= krutarthpatel929@gmail.com
|
|
COMMENT= Read/Write FUSE server for BeFS
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= cmake fuse:3 pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kuku929
|
|
|
|
PLIST_FILES= bin/befuse
|
|
|
|
.include <bsd.port.mk>
|