Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# Created by: Andrew Stevenson <andrew@ugh.net.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wait_on
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://weboutsourcing.cz/freebsd/ports/sysutils/wait_on/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Enable shell scripts to monitor directories for new files
|
|
|
|
USES= uidfix
|
|
WRKSRC= ${WRKDIR}/wait_on
|
|
|
|
PLIST_FILES= bin/wait_on man/man1/wait_on.1.gz
|
|
|
|
.include <bsd.port.mk>
|