# $Id: Portfile 65279 2010-03-25 00:12:04Z ryandesign@macports.org $

PortSystem                  1.0

name                        e2fsprogs
conflicts                   kerberos5
version                     1.41.11
categories                  sysutils
platforms                   darwin
maintainers                 nomaintainer

description                 Utilities for use with the ext2, ext3 and ext4 \
                            filesystems

long_description            Utilities to create, check and manipulate extended 2, \
                            3 and 4 filesystem (ext2, ext3, ext4) which are \
                            commonly used on Linux.

homepage                    http://e2fsprogs.sourceforge.net/
master_sites                sourceforge

checksums                   md5     fb507a40c2706bc38306f150d069e345 \
                            sha1    1cd75560595cff0b7b5ac9da11cfdaa7d0dfd6d9 \
                            rmd160  1190540e1df3b873faf2179ce8cbc618a91fc836

depends_build               port:pkgconfig
depends_lib                 port:gettext port:ossp-uuid

patchfiles                  patch-lib__Makefile.darwin-lib

universal_variant           no

configure.args-append       --enable-bsd-shlibs \
                            --disable-libuuid --disable-uuidd

destroot.target-append      install-libs

livecheck.type              regex
livecheck.regex             ${name}-(\[0-9.\]+)\\.tar
