1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/sysutils/magicrescue/Makefile
Emanuel Haupt 7eeb85a365 - Update to 1.1.10
- Move to GitHub, project moved
- Update WWW
- Pacify portlint
- Don't install changelog and build instructions, it is not really documentation
2018-11-29 22:23:37 +00:00

36 lines
741 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= magicrescue
PORTVERSION= 1.1.10
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= File recovery tool which recovers deleted files from a block device
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5 shebangfix
USE_PERL5= run
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GITHUB= yes
GH_ACCOUNT= jbj
SHEBANG_FILES= magicsort tools/*.pl tools/checkrecipe
MAKE_ENV+= STAGEDIR=${STAGEDIR}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/magicrescue \
${STAGEDIR}${PREFIX}/bin/dupemap
.for f in safecat inputseek textextract
${STRIP_CMD} ${STAGEDIR}${DATADIR}/tools/${f}
.endfor
.include <bsd.port.mk>