2002-05-25 13:33:55 +02:00
|
|
|
# New ports collection makefile for: wait_on
|
|
|
|
# Date created: 29 Jan 2002
|
|
|
|
# Whom: Andrew Stevenson <andrew@ugh.net.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wait_on
|
2003-06-01 04:48:43 +02:00
|
|
|
PORTVERSION= 1.1
|
2002-05-25 13:33:55 +02:00
|
|
|
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
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Enable shell scripts to monitor directories for new files
|
2002-05-25 13:33:55 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/wait_on
|
|
|
|
|
|
|
|
MAN1= wait_on.1
|
|
|
|
MANCOMPRESSED= maybe
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/wait_on
|
2002-05-25 13:33:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|