summaryrefslogtreecommitdiff
path: root/sysutils/magicrescue/Makefile
blob: d5dabb557438d627429f368c10a0f6fa573b7e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.2 2010/01/27 19:17:08 joerg Exp $
#

DISTNAME=		magicrescue-1.1.4
CATEGORIES=		sysutils
MASTER_SITES=		http://jbj.rapanden.dk/magicrescue/release/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://jbj.rapanden.dk/magicrescue/release/
COMMENT=		Recover files from a block device by scanning for magic bytes

PKG_DESTDIR_SUPPORT=	user-destdir

USE_TOOLS+=		perl:run
HAS_CONFIGURE=		yes

REPLACE_PERL=		tools/elfextract.pl \
			tools/gimp-resave.pl \
			tools/gzip_rename.pl \
			tools/laola.pl \
			tools/mp3extract.pl \
			tools/ole_rename.pl \
			tools/oleextract.pl \
			tools/pngextract.pl \
			tools/script_rename.pl

INSTALL_MAKE_FLAGS+=	PREFIX=${DESTDIR}${PREFIX}

.include "../../mk/bsd.pkg.mk"