2005-04-04 08:46:38 +02:00
|
|
|
# New ports collection makefile for: The Sleuth Kit
|
|
|
|
# Date created: 2003-08-12
|
|
|
|
# Whom: Pieter Danhieux <opr@bsdaemon.be>
|
2003-09-08 13:24:01 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sleuthkit
|
2008-06-05 05:53:35 +02:00
|
|
|
PORTVERSION= 2.52
|
2003-09-08 13:24:01 +02:00
|
|
|
CATEGORIES= sysutils security
|
2008-03-19 16:36:19 +01:00
|
|
|
MASTER_SITES= SF
|
2003-09-08 13:24:01 +02:00
|
|
|
|
2005-12-14 12:16:27 +01:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2003-09-08 13:24:01 +02:00
|
|
|
COMMENT= The @stake Sleuth Kit for forensic analysis
|
|
|
|
|
2007-06-06 02:49:57 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
|
|
|
|
|
2007-06-06 02:58:04 +02:00
|
|
|
CONFLICTS= ja-ls-[0-9]*
|
|
|
|
|
2008-03-19 16:36:19 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-08 13:24:01 +02:00
|
|
|
USE_PERL5= yes
|
2008-03-19 16:36:19 +01:00
|
|
|
DATADIR= ${PREFIX}/share/tsk
|
2003-09-08 13:24:01 +02:00
|
|
|
|
2008-03-19 16:36:19 +01:00
|
|
|
DOCS= CHANGES.txt README.txt docs/*.txt
|
|
|
|
MAN1= disk_sreset.1 disk_stat.1 dls.1 dstat.1 fls.1 fsstat.1 \
|
|
|
|
hfind.1 icat.1 ifind.1 img_cat.1 img_stat.1 istat.1 jcat.1 \
|
|
|
|
mactime.1 mmls.1 sigfind.1 mmstat.1 sorter.1 dcalc.1 dcat.1 \
|
|
|
|
ffind.1 ils.1 jls.1
|
2004-11-18 23:13:34 +01:00
|
|
|
|
2008-06-05 05:53:35 +02:00
|
|
|
post-patch:
|
2008-03-19 16:36:19 +01:00
|
|
|
# Do not install own Date::Manip, use system-wide one
|
|
|
|
@${REINPLACE_CMD} -e 's,[[:graph:]]*Date[[:graph:]]*,,g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} '/use lib/d' ${WRKSRC}/tools/timeline/Makefile.in
|
2008-04-02 20:18:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
2008-03-19 16:36:19 +01:00
|
|
|
post-install:
|
2003-09-08 13:24:01 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2008-03-19 16:36:19 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
2003-09-08 13:24:01 +02:00
|
|
|
.endif
|
|
|
|
|
2008-06-05 05:53:35 +02:00
|
|
|
.include <bsd.port.mk>
|