1 | # $Id: Portfile 36284 2008-04-25 14:42:41Z eridius@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name ext2fuse |
---|
6 | version 0.8 |
---|
7 | categories fuse |
---|
8 | platforms darwin |
---|
9 | maintainers lorenz.schori@gmx.ch |
---|
10 | description ext2 filesystem in user space |
---|
11 | long_description Implementation of the ext2 filesystem in user space, \ |
---|
12 | using the FUSE library. |
---|
13 | homepage http://ext2fuse.sourceforge.net/ |
---|
14 | master_sites http://downloads.sourceforge.net/ext2fuse/ |
---|
15 | checksums md5 41bf073ecf317c77e5b9413d152422c0 \ |
---|
16 | sha1 749fbe67053e8393b75447cdeed4c04d6edb8f04 \ |
---|
17 | rmd160 71f5dbe5845988f494a054ed231085c88a618094 |
---|
18 | |
---|
19 | patchfiles osx_ext2fuse.diff |
---|
20 | |
---|
21 | depends_build port:pkgconfig |
---|
22 | depends_lib port:macfuse port:e2fsprogs |
---|
23 | |
---|
24 | configure.cflags-append -D__FreeBSD__=10 |
---|
25 | configure.cflags-append -I${prefix}/include/fuse |
---|