2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2013/03/11 11:41:32 espie Exp $
|
2003-05-12 13:16:02 +00:00
|
|
|
|
2007-09-15 21:14:00 +00:00
|
|
|
COMMENT= forensic toolkit based on TCT
|
2003-05-12 13:16:02 +00:00
|
|
|
|
2009-05-17 19:54:40 +00:00
|
|
|
DISTNAME= sleuthkit-3.0.1
|
2011-09-07 13:23:07 +00:00
|
|
|
REVISION = 0
|
2003-05-12 13:16:02 +00:00
|
|
|
CATEGORIES= sysutils security
|
|
|
|
|
2009-05-17 19:54:40 +00:00
|
|
|
SHARED_LIBS= tsk3 4.3
|
2008-02-18 18:19:35 +00:00
|
|
|
|
2003-05-12 13:16:02 +00:00
|
|
|
HOMEPAGE= http://www.sleuthkit.org/
|
|
|
|
|
2011-09-07 13:23:07 +00:00
|
|
|
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
|
2003-05-12 13:16:02 +00:00
|
|
|
|
2008-02-18 18:19:35 +00:00
|
|
|
# CPLv1 & IBM & GPLv2
|
2007-09-15 21:14:00 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= commercial contributor must indemnify all others
|
2003-05-12 13:16:02 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2008-02-18 18:19:35 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sleuthkit/}
|
|
|
|
|
2008-05-05 19:50:17 +00:00
|
|
|
WANTLIB= c m stdc++
|
2003-05-12 13:16:02 +00:00
|
|
|
|
2008-02-18 18:19:35 +00:00
|
|
|
CONFIGURE_STYLE= simple
|
2010-11-20 17:22:40 +00:00
|
|
|
USE_GROFF = Yes
|
2005-02-16 20:41:27 +00:00
|
|
|
|
2010-11-20 17:22:40 +00:00
|
|
|
RUN_DEPENDS= converters/p5-DateManip
|
2003-05-12 13:16:02 +00:00
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2003-05-12 13:16:02 +00:00
|
|
|
|
2005-02-16 20:41:27 +00:00
|
|
|
pre-configure:
|
2008-02-18 18:19:35 +00:00
|
|
|
@perl -pi -e "s:%%PREFIX%%:${PREFIX}:" ${WRKSRC}/man/sorter.1
|
|
|
|
|
2003-05-12 13:16:02 +00:00
|
|
|
.include <bsd.port.mk>
|