1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/autopsy/Makefile
2005-11-29 12:12:25 +00:00

35 lines
977 B
Makefile

# New ports collection makefile for: autopsy
# Date created: 2003-08-12
# Whom: Pieter Danhieux <opr@bsdaemon.be>
#
# $FreeBSD$
#
PORTNAME= autopsy
PORTVERSION= 2.06
CATEGORIES= sysutils security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= opr@bsdaemon.be
COMMENT= The Autopsy Forensic Browser is a GUI for Sleuthkit
BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
IS_INTERACTIVE= yes
WEB= pict/*
WEBHELP= help/*
MAN1= autopsy.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${PREFIX}/bin
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
${MKDIR} ${PREFIX}/share/autopsy
${MKDIR} ${PREFIX}/share/autopsy/pict
${MKDIR} ${PREFIX}/share/autopsy/help
cd ${WRKSRC} && ${INSTALL_DATA} ${WEB} ${PREFIX}/share/autopsy/pict
cd ${WRKSRC} && ${INSTALL_DATA} ${WEBHELP} ${PREFIX}/share/autopsy/help
.include <bsd.port.mk>