268c58f935
PR: 137125 Submitted by: Kouki Hashimoto <hsmtkk AT gmail.com> Approved by: rafan (co-mentor)
21 lines
476 B
Makefile
21 lines
476 B
Makefile
# New ports collection makefile for: recoverdm
|
|
# Date created: 22 January 2004
|
|
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= recoverdm
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.vanheusden.com/recoverdm/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Recover files and discs with damaged sectors
|
|
|
|
MAN1= recoverdm.1
|
|
|
|
PLIST_FILES= bin/mergebad bin/recoverdm
|
|
|
|
.include <bsd.port.mk>
|