mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
24 lines
511 B
Makefile
24 lines
511 B
Makefile
# New ports collection makefile for: hdrecover
|
|
# Date created: 18 June 2012
|
|
# Whom: Cy Schubert <cy@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hdrecover
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
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>
|