aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wait_on/Makefile
blob: 4f850fc6ad969c81a123133cf3c574b299287f23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    wait_on
# Date created:     29 Jan 2002
# Whom:         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/ \
        ftp://ftp.megamirror.com/pub/ugh/unix/wait_on/ \
        http://ftp.megamirror.com/pub/ugh/unix/wait_on/

MAINTAINER= andrew@ugh.net.au
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

.include <bsd.port.mk>