2009-01-05 17:15:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2009/01/05 22:15:56 rui 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-01-05 17:15:56 -05:00
|
|
|
DISTNAME= sleuthkit-3.0.0
|
2003-05-12 09:16:02 -04:00
|
|
|
CATEGORIES= sysutils security
|
|
|
|
|
2009-01-05 17:15:56 -05:00
|
|
|
SHARED_LIBS= tsk3 4.2
|
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
|
2005-02-16 15:41:27 -05:00
|
|
|
|
2008-02-18 13:19:35 -05:00
|
|
|
RUN_DEPENDS= :p5-DateManip-*: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>
|