pkgsrc/security/tct/Makefile

48 lines
1.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2010/03/08 01:21:59 dholland Exp $
#
DISTNAME= tct-1.09
PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.porcupine.org/forensics/
2002-02-18 10:57:57 +01:00
MAINTAINER= frazee.23@osu.edu
HOMEPAGE= http://www.porcupine.org/forensics/tct.html
COMMENT= Programs to aid post-mortem after a break-in
2010-01-27 21:57:22 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
USE_TOOLS+= perl:run
REPLACE_PERL+= bin/grave-robber bin/mactime bin/strip_tct_home
REPLACE_PERL+= extras/bdf extras/ils2mac extras/realpath
REPLACE_PERL+= lazarus/lazarus
MAKE_ENV+= PERL5=${PERL5:Q}
2010-01-27 21:57:22 +01:00
INSTALLATION_DIRS+= tct/bin tct/conf tct/etc share/doc/tct ${PERL5_INSTALLVENDORLIB}
do-install:
cd ${WRKSRC}/bin && \
for f in grave-robber mactime; do \
2010-01-27 21:57:22 +01:00
${INSTALL_SCRIPT} $$f ${DESTDIR}${PREFIX}/tct/bin; \
done; \
for f in file icat ils lastcomm major_minor md5 pcat timeout unrm; do \
2010-01-27 21:57:22 +01:00
${INSTALL_PROGRAM} $$f ${DESTDIR}${PREFIX}/tct/bin; \
done
cd ${WRKSRC}/extras && \
for f in bdf ils2mac realpath; do \
2010-01-27 21:57:22 +01:00
${INSTALL_SCRIPT} $$f ${DESTDIR}${PREFIX}/tct/bin; \
done
2010-01-27 21:57:22 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/lazarus/lazarus ${DESTDIR}${PREFIX}/tct/bin
cd ${WRKSRC}/etc && ${INSTALL_DATA} magic ${DESTDIR}${PREFIX}/tct/etc
cd ${WRKSRC}/docs && \
for f in README design-notes grave-robber.README lazarus.README mac.README; do \
2010-01-27 21:57:22 +01:00
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/tct; \
done
2010-01-27 21:57:22 +01:00
cd ${WRKSRC}/lib && ${INSTALL_DATA} *.pl ${DESTDIR}${PERL5_INSTALLVENDORLIB}
cd ${WRKSRC}/conf && ${INSTALL_DATA} paths.pl *.cf ${DESTDIR}${PREFIX}/tct/conf
.include "../../mk/bsd.pkg.mk"