From 3586d7735a276124b6acaddff3c16f154e87988f Mon Sep 17 00:00:00 2001 From: pettai Date: Tue, 29 Oct 2013 23:33:02 +0000 Subject: The Sleuth Kit (TSK) is a library and collection of command line tools that allow you to investigate disk images. The core functionality of TSK allows you to analyze volume and file system data. The plug-in framework allows you to incorporate additional modules to analyze file contents and build automated systems. The library can be incorporated into larger digital forensics tools and the command line tools can be directly used to find evidence. --- security/sleuthkit/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 security/sleuthkit/Makefile (limited to 'security/sleuthkit/Makefile') diff --git a/security/sleuthkit/Makefile b/security/sleuthkit/Makefile new file mode 100644 index 00000000000..0fb4cfddcd5 --- /dev/null +++ b/security/sleuthkit/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/10/29 23:33:02 pettai Exp $ + +DISTNAME= sleuthkit-3.2.3 +CATEGORIES= security +MASTER_SITES= https://github.com/sleuthkit/sleuthkit/archive/ + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://www.sleuthkit.org/ +COMMENT= The Sleuth Kit (TSK) +LICENSE= cpl-1.0 AND gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= perl:run + +REPLACE_PERL= tools/timeline/mactime tools/sorter/sorter + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3