diff options
Diffstat (limited to 'sysutils/wait_on/Makefile')
-rw-r--r-- | sysutils/wait_on/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/wait_on/Makefile b/sysutils/wait_on/Makefile new file mode 100644 index 000000000000..30341203acf9 --- /dev/null +++ b/sysutils/wait_on/Makefile @@ -0,0 +1,22 @@ +# 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.0 +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 + +WRKSRC= ${WRKDIR}/wait_on + +MAN1= wait_on.1 +MANCOMPRESSED= maybe + +.include <bsd.port.mk> |