Ticket #15445: Portfile

File Portfile, 848 bytes (added by mellon85@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4name mhddfs
5version 0.1.10
6categories fuse
7maintainers mellon85@gmail.com
8
9description  FUSE-based filesystem for combined mountpoints
10long_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
13homepage http://mhddfs.uvw.ru/
14platforms macosx
15master_sites    http://mhddfs.uvw.ru/downloads/
16checksums       md5 6ea5e65a4595f71cbe534eb08028c0b8 \
17                sha1 98566e854453924b8e426120b85aa7088a0853ee \
18                rmd160 ff0502d220d4eb3aaa0c37ebf6989be66518d2b8
19
20depends_lib port:macfuse
21
22patchfiles patch-main.c
23
24distname            ${name}_${version}
25worksrcdir          ${name}-${version}
26
27configure {}
28
29destroot {
30    xinstall -m 755 ${worksrcpath}/mhddfs ${destroot}${prefix}/bin
31}