1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/sysutils/magicrescue/Makefile
Rong-En Fan 3c40b63155 - Make sure we pass --prefix to configure script just like before (this was
passed because we set GNU_CONFIGURE=yes which is removed in last commit)

Approved by:	ehaupt (maintainer via irc)
2008-08-21 15:36:57 +00:00

36 lines
763 B
Makefile

# New ports collection makefile for: magicrescue
# Date created: 18 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= magicrescue
PORTVERSION= 1.1.5
CATEGORIES= sysutils
MASTER_SITES= http://jbj.rapanden.dk/magicrescue/release/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A file recovery tool which recovers deleted files from a block device
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_PERL5_RUN= yes
MAN1= dupemap.1 magicrescue.1 magicsort.1
post-patch:
@${REINPLACE_CMD} -e 's|^#!/usr/bin/env.*|#!${PERL}|' \
${WRKSRC}/magicsort
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
.for f in NEWS README
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>