freebsd-ports/sysutils/wait_on/Makefile

23 lines
461 B
Makefile
Raw Normal View History

# 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/
MAINTAINER= andrew@ugh.net.au
2003-02-21 14:28:59 +01:00
COMMENT= Enable shell scripts to monitor directories for new files
WRKSRC= ${WRKDIR}/wait_on
MAN1= wait_on.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/wait_on
.include <bsd.port.mk>