summaryrefslogtreecommitdiff
path: root/sysutils/dd_rescue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dd_rescue/Makefile')
-rw-r--r--sysutils/dd_rescue/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile
index 267d2258c11f..9ec084573f49 100644
--- a/sysutils/dd_rescue/Makefile
+++ b/sysutils/dd_rescue/Makefile
@@ -1,14 +1,11 @@
-# New ports collection makefile for: dd_rescue
-# Date created: 14 March 2005
-# Whom: MANTANI Nobutaka <nobutaka@freebsd.org>
-#
+# Created by: MANTANI Nobutaka <nobutaka@freebsd.org>
# $FreeBSD$
-#
PORTNAME= dd_rescue
-PORTVERSION= 1.30
+PORTVERSION= 1.32
CATEGORIES= sysutils
-MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/
+MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/ \
+ http://fossies.org/unix/privat/
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= A dd tool suitable for rescuing data from a medium with errors
@@ -16,16 +13,16 @@ COMMENT= A dd tool suitable for rescuing data from a medium with errors
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= checksum mismatch
-
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= default
+.include <bsd.port.options.mk>
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dd_rescue ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.dd_rescue ${DOCSDIR}
.endif