1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/wait_on/Makefile
Rene Ladan 8714a6eaa6 Resurrect sysutils/wait_on, it has a new home. [1]
While here, fix packaging as user.
Submitted by:	Ondra Knezour <knezour@weboutsourcing.cz>
2014-03-15 08:55:13 +00:00

18 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>