blob: 5f50164724f47f0520055bd4fe04efedf55cccd0 (
plain)
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/
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>
|