mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2d8b17ea39
With hat: portmgr
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|