aboutsummaryrefslogtreecommitdiffstats
path: root/security/mac-robber/Makefile
blob: 1331c35533bf476e56435b0d07462ce93f7a7440 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>