blob: d2c454a00a4c242d0f8c9b4091ab4fc859cff48d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hdrecover
# Date created: 18 June 2012
# Whom: 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
.include <bsd.port.mk>
|