summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2013-10-30 15:22:36 +0000
committerpettai <pettai@pkgsrc.org>2013-10-30 15:22:36 +0000
commit24b72d720c43d658e65d289a473d833dd20a4f03 (patch)
tree78f948857569ed567da17c13ad87bae774226d67 /security
parentb4c16784b6585a6ecd8e2796cf86b859cb181e2e (diff)
downloadpkgsrc-24b72d720c43d658e65d289a473d833dd20a4f03.tar.gz
Updated MASTER_SITES etc.
Updated USE_TOOLS with gmake
Diffstat (limited to 'security')
-rw-r--r--security/sleuthkit/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/sleuthkit/Makefile b/security/sleuthkit/Makefile
index 0fb4cfddcd5..e3aa89cb026 100644
--- a/security/sleuthkit/Makefile
+++ b/security/sleuthkit/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.1 2013/10/29 23:33:02 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/30 15:22:36 pettai Exp $
DISTNAME= sleuthkit-3.2.3
-CATEGORIES= security
-MASTER_SITES= https://github.com/sleuthkit/sleuthkit/archive/
+CATEGORIES= security sysutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sleuthkit/}
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://www.sleuthkit.org/
-COMMENT= The Sleuth Kit (TSK)
+COMMENT= The Sleuth Kit (TSK) opensource forensic toolkit
LICENSE= cpl-1.0 AND gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= perl:run
+USE_TOOLS+= gmake file perl:run
REPLACE_PERL= tools/timeline/mactime tools/sorter/sorter
+.include "../../sysutils/file/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"