reason to run old upstream code. Changes in version 1.15: The new option "-a, --min-read-rate" has been added. The new option "-I, --verify-input-size" has been added. The new option "-x, --extend-outfile" has been added. Ddrescue now verifies that infile, outfile and logfile are all different. Non-tried blocks are now read aligned to cluster-size sectors. The "split or skip" algorithm of the split pass has been improved. A spurious warning about "-D" being ignored in fill mode has been removed. Ddrescuelog, a tool for manipulation, display, conversion, comparison and testing of ddrescue logfiles, has been added.
30 lines
854 B
Makefile
30 lines
854 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/05/22 23:41:04 gdt Exp $
|
|
|
|
DISTNAME= ddrescue-1.15
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/}
|
|
|
|
MAINTAINER= ef@math.uni-bonn.de
|
|
HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html
|
|
COMMENT= GNU ddrescue is a data recovery tool
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
HAS_CONFIGURE= YES
|
|
USE_LANGUAGES= c++
|
|
USE_TOOLS+= gmake
|
|
INFO_FILES= YES
|
|
|
|
CONFIGURE_ARGS+= CC=${CC:Q} CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}
|
|
CONFIGURE_ARGS+= CFLAGS=${CFLAGS:Q} CXXFLAGS=${CXXFLAGS:Q}
|
|
CONFIGURE_ARGS+= LDFLAGS=${LDFLAGS:Q}
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
TEST_TARGET= check
|
|
INSTALL_TARGET= install install-man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|