mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
de62636d2c
afterwards. Encouraged by: mat
33 lines
657 B
Makefile
33 lines
657 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= magicrescue
|
|
PORTVERSION= 1.1.9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.itu.dk/people/jobr/magicrescue/release/ \
|
|
CRITICAL
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= File recovery tool which recovers deleted files from a block device
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5 shebangfix
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
USE_PERL5= run
|
|
|
|
SHEBANG_FILES= magicsort
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
MAKE_ENV+= STAGEDIR=${STAGEDIR}
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for f in NEWS README
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|