Ticket #15351: Portfile.2

File Portfile.2, 985 bytes (added by vz1@…, 15 years ago)

Updated Portfile which installs fine - function not testet Yet

Line 
1# $Id: Portfile 36284 2008-04-25 14:42:41Z eridius@macports.org $
2
3PortSystem 1.0
4
5name                ext2fuse
6version             0.8.1
7categories          fuse
8platforms           darwin
9maintainers         lorenz.schori@gmx.ch
10description         ext2 filesystem in user space
11long_description    Implementation of the ext2 filesystem in user space, \
12                    using the FUSE library.
13homepage            http://ext2fuse.sourceforge.net/
14master_sites        http://downloads.sourceforge.net/ext2fuse/ext2fuse-src-0.8.1.tar.gz?modtime=1214458945&big_mirror=0
15checksums           md5 8926c6eeb9ea17846466ca4bd7143489 \
16                    sha1 6a13fce7842ead1485a4f48cb57c1272d990b5a5 \
17                    rmd160 7ba8c6f88550d1dcf4de235ab39dd13249e36eea
18depends_build       port:pkgconfig
19depends_lib         port:macfuse port:e2fsprogs
20
21configure.cflags-append -D__FreeBSD__=10
22configure.cflags-append -I${prefix}/include/fuse
23worksrcdir          ${name}-src-${version}