summaryrefslogtreecommitdiff
path: root/sysutils/hdrecover/Makefile
blob: ff367e832bab3a98d004ef51064ee4dbcdd03a21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	hdrecover
PORTVERSION=	0.5
CATEGORIES=	sysutils
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Attempts to recover a hard disk that has bad blocks on it
WWW=		https://hdrecover.sourceforge.net/

GNU_CONFIGURE=	yes
LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

PLIST_FILES=	bin/hdrecover

.include <bsd.port.mk>