1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/sleuthkit/Makefile
Edwin Groothuis 0fb001e87b [NEW PORT] sysutils/sleuthkit: The @stake Sleuth Kit for
The @stake Sleuth Kit (TASK) is the only open source forensic
	toolkit for a complete analysis of Microsoft and UNIX file
	systems.  TASK enables investigators to identify and recover
	evidence from images acquired during incident response or
	from live systems.

	WWW: http://www.atstake.com/research/tools/task/

PR:		ports/55545
Submitted by:	Pieter Danhieux <pieter@securax.be>
2003-09-08 11:24:01 +00:00

36 lines
1.0 KiB
Makefile

# New ports collection makefile for: sleuthkit
# Date created: 2003-08-12
# Whom: Pieter Danhieux <opr@bsdaemon.be>
#
# $FreeBSD$
#
PORTNAME= sleuthkit
PORTVERSION= 1.64
CATEGORIES= sysutils security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= opr@bsdaemon.be
COMMENT= The @stake Sleuth Kit for forensic analysis
USE_PERL5= yes
DOCS= README docs/* tct.docs/*
MAN1= dcalc.1 dcat.1 dls.1 dstat.1 ffind.1 \
fls.1 fsstat.1 hfind.1 icat.1 ifind.1 \
ils.1 istat.1 mactime.1 mmls.1 sorter.1
do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sleuthkit
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/sleuthkit
.endif
${INSTALL_SCRIPT} ${WRKSRC}/bin/mactime ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/bin/sorter ${PREFIX}/bin
cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} dcalc dcat dls dstat ffind \
fls fsstat hfind icat ifind ils \
istat sha1 mmls file md5 ${PREFIX}/bin
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>