# New ports collection makefile for: dd_rescue # Date created: 14 March 2005 # Whom: MANTANI Nobutaka # # $FreeBSD$ # PORTNAME= dd_rescue PORTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/ MAINTAINER= nobutaka@freebsd.org COMMENT= A dd tool suitable for rescuing data from a medium with errors WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.dd_rescue ${DOCSDIR} .endif .include