summaryrefslogtreecommitdiff
path: root/security/sleuthkit/Makefile
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2013-10-29 23:33:02 +0000
committerpettai <pettai@pkgsrc.org>2013-10-29 23:33:02 +0000
commit3586d7735a276124b6acaddff3c16f154e87988f (patch)
tree758e6b222dfca115be717c671789e35fd899480e /security/sleuthkit/Makefile
parent4037bd7a9d2c1a4a5e4bcd54fd7d501cc6249478 (diff)
downloadpkgsrc-3586d7735a276124b6acaddff3c16f154e87988f.tar.gz
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.
Diffstat (limited to 'security/sleuthkit/Makefile')
-rw-r--r--security/sleuthkit/Makefile19
1 files changed, 19 insertions, 0 deletions
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"