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
|
2011-10-12 04:21:00 +02:00
|
|
|
PORTVERSION= 3.2.3
|
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
|
2011-03-02 10:34:38 +01:00
|
|
|
COMMENT= The @stake Sleuth Kit for filesystem forensic analysis
|
2003-09-08 13:24:01 +02:00
|
|
|
|
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
|
2009-04-01 20:27:58 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
DATADIR= ${PREFIX}/share/tsk3
|
2003-09-08 13:24:01 +02:00
|
|
|
|
2010-03-09 11:47:40 +01:00
|
|
|
PORTDOCS= NEWS.txt README.txt docs/*.txt
|
|
|
|
MAN1= blkcalc.1 blkcat.1 blkls.1 \
|
2009-04-01 20:27:58 +02:00
|
|
|
blkstat.1 ffind.1 fls.1 fsstat.1 hfind.1 icat.1 ifind.1 \
|
|
|
|
ils.1 img_cat.1 img_stat.1 istat.1 jcat.1 jls.1 mactime.1 \
|
2010-11-09 04:12:53 +01:00
|
|
|
mmls.1 mmstat.1 mmcat.1 sigfind.1 sorter.1 \
|
|
|
|
tsk_comparedir.1 tsk_gettimes.1 tsk_loaddb.1 tsk_recover.1
|
2004-11-18 23:13:34 +01:00
|
|
|
|
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}
|
2010-03-09 11:47:40 +01:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2003-09-08 13:24:01 +02:00
|
|
|
.endif
|
|
|
|
|
2008-06-05 05:53:35 +02:00
|
|
|
.include <bsd.port.mk>
|