d52f915982
2: switch to new LIB_DEPENDS syntax.
15 lines
378 B
Makefile
15 lines
378 B
Makefile
# Created by: 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
|
|
|
|
PLIST_FILES= bin/mergebad bin/recoverdm man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|