summaryrefslogtreecommitdiff
path: root/security/tct/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/tct/Makefile')
-rw-r--r--security/tct/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/security/tct/Makefile b/security/tct/Makefile
new file mode 100644
index 00000000000..39d51a59138
--- /dev/null
+++ b/security/tct/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/03 10:58:57 agc Exp $
+#
+
+DISTNAME= tct-1.09
+CATEGORIES= sysutils
+MASTER_SITES= http://www.porcupine.org/forensics/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.porcupine.org/forensics/tct.html
+COMMENT= programs to aid post-mortem after a break-in
+
+REPLACE_PERL= bin/grave-robber bin/mactime bin/strip_tct_home
+REPLACE_PERL+= extras/bdf extras/ils2mac extras/realpath
+REPLACE_PERL+= lazarus/lazarus
+
+do-install:
+ cd ${WRKSRC}/bin && \
+ for f in grave-robber mactime; do \
+ ${BSD_INSTALL_SCRIPT} $$f ${LOCALBASE}/sbin; \
+ done; \
+ for f in icat ils lastcomm major_minor pcat timeout unrm; do \
+ ${BSD_INSTALL_PROGRAM} $$f ${LOCALBASE}/sbin; \
+ done
+ cd ${WRKSRC}/extras && \
+ for f in bdf ils2mac realpath; do \
+ ${BSD_INSTALL_SCRIPT} $$f ${LOCALBASE}/sbin; \
+ done
+ ${BSD_INSTALL_SCRIPT} ${WRKSRC}/lazarus/lazarus ${LOCALBASE}/sbin
+ ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/tct
+ cd ${WRKSRC}/docs && \
+ for f in README design-notes grave-robber.README lazarus.README mac.README; do \
+ ${BSD_INSTALL_DATA} $$f ${LOCALBASE}/share/doc/tct; \
+ done
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"