diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-08 05:10:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-08 05:10:39 +0000 |
commit | cafed55fb75eeba051a1b65c0e1347809eb71269 (patch) | |
tree | 27a80b5bf8098db181ec8e8081fd349df673a4d5 /sysutils/Makefile | |
parent | 99713a8019037519529a7430c0505429746eb7c8 (diff) |
New port: sysutils/mtpfs MTP device filesystem
MTPFS is a FUSE filesystem that supports reading aand writing
from any MTP device (as supported by libmtp)
WWW: http://www.adebenham.com/mtpfs/
Notes
Notes:
svn path=/head/; revision=199075
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 fd0850d6ab68..11d50f03cf0e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -411,6 +411,7 @@ SUBDIR += mountsmb2 SUBDIR += mpiexec SUBDIR += msyslog + SUBDIR += mtpfs SUBDIR += mtxorbd SUBDIR += multitail SUBDIR += munin-main |