freebsd-ports/sysutils/wait_on/Makefile
Frederic Culot 8ea7ab22b9 - Update MASTER_SITES
- Undeprecate (distfile fetchable again)

PR:		ports/160149
Submitted by:	Kato Tsuguru <tkato432@yahoo.com>
2011-08-25 08:27:57 +00:00

22 lines
461 B
Makefile

# 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/
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
.include <bsd.port.mk>