freebsd-ports/security/mac-robber/Makefile
Edwin Groothuis a19b546c27 security/mac-robber - distfile moved
PR:		ports/52563
Submitted by:	Yonatan@xpert.com
2003-05-22 09:33:14 +00:00

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>