pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
22 lines
623 B
Makefile
22 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/01/26 17:32:07 rillig Exp $
|
|
|
|
DISTNAME= sleuthkit-4.1.3
|
|
PKGREVISION= 7
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sleuthkit/}
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= https://www.sleuthkit.org/
|
|
COMMENT= The Sleuth Kit (TSK) opensource forensic toolkit
|
|
LICENSE= cpl-1.0 AND gnu-gpl-v2
|
|
|
|
DEPENDS+= p5-DateTime-TimeZone>=0:../../time/p5-DateTime-TimeZone
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++03
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake file perl:run
|
|
|
|
.include "../../sysutils/file/buildlink3.mk"
|
|
.include "../../devel/libewf/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|