blob: 2b78b1b11b4c21073010aebeb16afa6d9422241b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Cy Schubert <cy@FreeBSD.org>
# $FreeBSD$
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.
GNU_CONFIGURE= yes
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/hdrecover
NO_STAGE= yes
.include <bsd.port.mk>
|