diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-19 02:46:27 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-19 02:46:27 +0800 |
commit | 4be69204e857923967b8cfdbe0cad73bd3d47200 (patch) | |
tree | 9a2cc2887decf6d597729018245e16b67404cddd /sysutils/Makefile | |
parent | 5e5508afd2454d3e9244b6d037251fccdd6b72f5 (diff) | |
download | freebsd-ports-gnome-4be69204e857923967b8cfdbe0cad73bd3d47200.tar.gz freebsd-ports-gnome-4be69204e857923967b8cfdbe0cad73bd3d47200.tar.zst freebsd-ports-gnome-4be69204e857923967b8cfdbe0cad73bd3d47200.zip |
sysutils/fusefs-squashfuse: add new port
PR: 210645
Submitted by: jsmith@resonatingmedia.com
Squashfuse is a command line utility for mounting SquashFS archives
in user-space. It supports almost all features of the SquashFS format.
https://github.com/vasi/squashfuse
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8411f7fc5948..5b4cb7357b81 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -340,6 +340,7 @@ SUBDIR += fusefs-simple-mtpfs SUBDIR += fusefs-smbnetfs SUBDIR += fusefs-sqlfs + SUBDIR += fusefs-squashfuse SUBDIR += fusefs-sshfs SUBDIR += fusefs-unionfs SUBDIR += fusefs-wdfs |