Files
ports/sysutils/autopsy/Makefile
Daniel Engberg d4c495f17f sysutils/autopsy: Deprecate and set expiration date to 2022-03-31
Unsupported version upstream, current version in tree was released
back in 2010

PR:		260681
Approved by:	fbsd@dylanleigh.net (maintainer timeout, 3+ weeks)
2022-01-18 23:34:54 +01:00

41 lines
1.2 KiB
Makefile

# Created by: Pieter Danhieux <opr@bsdaemon.be>
PORTNAME= autopsy
PORTVERSION= 2.24
PORTREVISION= 1
CATEGORIES= sysutils security
MASTER_SITES= SF
MAINTAINER= fbsd@dylanleigh.net
COMMENT= Web-based (graphical) interface to The Sleuth Kit
LICENSE= GPLv2
DEPRECATED= Very outdated, current version in tree was released back in 2010 and upstream is still active
EXPIRATION_DATE=2022-03-31
BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:sysutils/sleuthkit
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= cpe perl5
CPE_VENDOR= sleuthkit
WEB= pict/*
WEBHELP= help/*
PERLBITS= lib/*.pm lib/*.pl conf.pl
pre-configure:
@${REINPLACE_CMD} -e 's,lib/,,' ${WRKSRC}/base/autopsy.base
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/autopsy
cd ${WRKSRC} && ${INSTALL_DATA} ${PERLBITS} ${STAGEDIR}${PREFIX}/lib/autopsy
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/share/autopsy/pict
@${MKDIR} ${STAGEDIR}${PREFIX}/share/autopsy/help
cd ${WRKSRC} && ${INSTALL_DATA} ${WEB} ${STAGEDIR}${PREFIX}/share/autopsy/pict
cd ${WRKSRC} && ${INSTALL_DATA} ${WEBHELP} ${STAGEDIR}${PREFIX}/share/autopsy/help
.include <bsd.port.mk>