1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/autopsy/Makefile
Alexey Dokuchaev e7e7c42c76 - Update to version 2.08
- Take maintainership
- Better COMMENT
- Clean up Makefile header
- Mute MKDIRs
2007-06-05 16:11:23 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: autopsy
# Date created: 2003-08-12
# Whom: Pieter Danhieux <opr@bsdaemon.be>
#
# $FreeBSD$
#
PORTNAME= autopsy
PORTVERSION= 2.08
CATEGORIES= sysutils security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Graphical interface to The Sleuth Kit
BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
IS_INTERACTIVE= yes
WEB= pict/*
WEBHELP= help/*
PERLBITS= lib/*.pm lib/*.pl conf.pl
MAN1= autopsy.1
pre-configure:
@${REINPLACE_CMD} -e 's,lib/,,' ${WRKSRC}/base/autopsy.base
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${PREFIX}/bin
@${MKDIR} ${PREFIX}/lib/autopsy
cd ${WRKSRC} && ${INSTALL_DATA} ${PERLBITS} ${PREFIX}/lib/autopsy
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
@${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>