forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
396 B
Makefile
18 lines
396 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>
|