mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
889edbf062
- 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>
24 lines
542 B
Makefile
24 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>
|