opnsense-ports/sysutils/wait_on/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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>