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