1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name mhddfs |
---|
5 | version 0.1.10 |
---|
6 | categories fuse |
---|
7 | maintainers mellon85@gmail.com |
---|
8 | |
---|
9 | description FUSE-based filesystem for combined mountpoints |
---|
10 | long_description This FUSE-based file system allows mount points (or directories) to be \ |
---|
11 | combined, simulating a single big volume which can merge several hard disk \ |
---|
12 | |
---|
13 | homepage http://mhddfs.uvw.ru/ |
---|
14 | platforms macosx |
---|
15 | master_sites http://mhddfs.uvw.ru/downloads/ |
---|
16 | checksums md5 6ea5e65a4595f71cbe534eb08028c0b8 \ |
---|
17 | sha1 98566e854453924b8e426120b85aa7088a0853ee \ |
---|
18 | rmd160 ff0502d220d4eb3aaa0c37ebf6989be66518d2b8 |
---|
19 | |
---|
20 | depends_lib port:macfuse |
---|
21 | |
---|
22 | patchfiles patch-main.c |
---|
23 | |
---|
24 | distname ${name}_${version} |
---|
25 | worksrcdir ${name}-${version} |
---|
26 | |
---|
27 | configure {} |
---|
28 | |
---|
29 | destroot { |
---|
30 | xinstall -m 755 ${worksrcpath}/mhddfs ${destroot}${prefix}/bin |
---|
31 | } |
---|