# $Id: Portfile 66419 2010-04-12 16:36:16Z raimue@macports.org $

PortSystem 1.0

name            ddrescue
version         1.12
categories      sysutils
platforms       darwin
maintainers     ecronin raimue
description     GNU ddrescue is a data recovery tool.

long_description \
                ${description} It copies data from one file or block device (hard disc, \
                cdrom, etc) to another, trying hard to rescue data in case of \
                read errors.

homepage        http://www.gnu.org/software/ddrescue/ddrescue.html
master_sites    gnu:ddrescue

checksums       md5     b3d8a9a9098b87939fba05a45848bd8d \
                sha1    4fcb0fc37c38a72548379376b2095772927138d1 \
                rmd160  e7ddb7beec415594ef91667ccb9572f1af048b96

configure.args  CXX=${configure.cxx}

destroot.target-append  install-man
