a19b546c27
PR: ports/52563 Submitted by: Yonatan@xpert.com
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# Ports collection makefile for: mac-robber
|
|
# Date created: Jan 12 2003
|
|
# Whom: Yonatan <Yonatan@xpert.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mac-robber
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.atstake.com/research/tools/forensic/
|
|
|
|
MAINTAINER= Yonatan@xpert.com
|
|
COMMENT= A tool for listing Modify, Access, Create timestamps from files
|
|
|
|
do-build:
|
|
cd ${WRKSRC}; ${CC} ${CFLAGS} -o mac-robber mac-robber.c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|