freebsd-ports/security/mac-robber/Makefile
Pav Lucistnik 889edbf062 - Fix fetch, project moved to Sourceforge
- Update WWW
- Update distinfo, the file was rerolled with
  * added copy of GPL
  * minor updates to documentation
  * updates to email addresses and URLs

PR:		ports/67178
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-25 15:35:42 +00:00

23 lines
542 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= ${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 <bsd.port.mk>