summaryrefslogtreecommitdiff
path: root/security/mac-robber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/mac-robber/Makefile')
-rw-r--r--security/mac-robber/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/mac-robber/Makefile b/security/mac-robber/Makefile
new file mode 100644
index 000000000000..5f50164724f4
--- /dev/null
+++ b/security/mac-robber/Makefile
@@ -0,0 +1,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>