# Ports collection makefile for: mac-robber # Date created: Jan 12 2003 # Whom: Yonatan # # $FreeBSD$ # PORTNAME= mac-robber PORTVERSION= 1.00 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} 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