16 lines
371 B
Makefile
16 lines
371 B
Makefile
# Created by: 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= ports@FreeBSD.org
|
|
COMMENT= Enable shell scripts to monitor directories for new files
|
|
|
|
WRKSRC= ${WRKDIR}/wait_on
|
|
|
|
PLIST_FILES= bin/wait_on man/man1/wait_on.1.gz
|
|
|
|
.include <bsd.port.mk>
|