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.1 |
---|
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/ext2fuse-src-0.8.1.tar.gz?modtime=1214458945&big_mirror=0 |
---|
15 | checksums md5 8926c6eeb9ea17846466ca4bd7143489 \ |
---|
16 | sha1 6a13fce7842ead1485a4f48cb57c1272d990b5a5 \ |
---|
17 | rmd160 7ba8c6f88550d1dcf4de235ab39dd13249e36eea |
---|
18 | depends_build port:pkgconfig |
---|
19 | depends_lib port:macfuse port:e2fsprogs |
---|
20 | |
---|
21 | configure.cflags-append -D__FreeBSD__=10 |
---|
22 | configure.cflags-append -I${prefix}/include/fuse |
---|
23 | worksrcdir ${name}-src-${version} |
---|