blob: 7a2ab38b8942f8860993e01ff1df7dc8cd23a2ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
MAN1= wait_on.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/wait_on
NO_STAGE= yes
.include <bsd.port.mk>
|