freebsd-ports/misc/delay/Makefile
Jacques Vidrine c65f460fdc Delay is a program that counts down the number of seconds specified
on its command line.

PR:		ports/10382
Submitted by:	Gianmarco Giovannelli <gmarco@giovannelli.it>
1999-03-05 17:07:28 +00:00

24 lines
507 B
Makefile

# New ports collection makefile for: misc/delay
# Version required: delay-1.2a
# Date created: 03 Mar 1999
# Whom: gmarco@scotty.masternet.it
#
# $Id$
#
DISTNAME= delay-1.2a
CATEGORIES= misc
MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/
MAINTAINER= freebsd@scotty.masternet.it
HAS_CONFIGURE= yes
MAN1= delay.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/delay ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/delay.1 ${PREFIX}/man/man1
.include <bsd.port.mk>