freebsd-ports/sysutils/wait_on/Makefile
Foxfair Hu 483d8221ca PR: 52827
[maintainer-update] Update wait_on to v1.1. This fixes a few bugs in relation
to the handling of -i (which used to be -m).
2003-06-01 02:48:43 +00:00

24 lines
539 B
Makefile

# New ports collection makefile for: wait_on
# Date created: 29 Jan 2002
# Whom: Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#
PORTNAME= wait_on
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/wait_on/ \
ftp://ftp.megamirror.com/pub/ugh/unix/wait_on/ \
http://ftp.megamirror.com/pub/ugh/unix/wait_on/
MAINTAINER= andrew@ugh.net.au
COMMENT= Enable shell scripts to monitor directories for new files
WRKSRC= ${WRKDIR}/wait_on
MAN1= wait_on.1
MANCOMPRESSED= maybe
.include <bsd.port.mk>