Ticket #45786: Portfile

File Portfile, 964 bytes (added by faisal.moledina@…, 10 years ago)

Copy of Portfile, modified for 0.1.39

Line 
1# $Id: Portfile 119224 2014-04-21 00:09:42Z dports@macports.org $
2
3PortSystem 1.0
4
5name mhddfs
6version 0.1.39
7categories fuse
8license GPL-3+
9maintainers gmail.com:mellon85
10
11description  FUSE-based filesystem for combined mountpoints
12long_description This FUSE-based file system allows mount points (or directories) to be \
13                 combined, simulating a single big volume which can merge several hard disks.
14
15homepage http://mhddfs.uvw.ru/
16platforms macosx
17master_sites    ${homepage}downloads/
18checksums       md5 efc43fa9b4c1437bb233149bd624a459 \
19                sha1 94d2ca15b011922e56f5a09b7badb277d70f6da6 \
20                rmd160 74704d6e7fbd59d21048b688bb0c07b7e3123eae
21
22depends_build port:pkgconfig
23depends_lib port:osxfuse port:libiconv
24
25patchfiles patch-main.c.diff
26
27distname            ${name}_${version}
28worksrcdir          ${name}-${version}
29
30use_configure no
31
32destroot {
33    xinstall -m 755 ${worksrcpath}/mhddfs ${destroot}${prefix}/bin
34}