mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
24 lines
496 B
Makefile
24 lines
496 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= http://mirror2.unixfreunde.de/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
|
|
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>
|