forked from Lainports/freebsd-ports
<bjohnson@wedgie.org>: Host or domain name not found. Name service error for
name=wedgie.org type=MX: Host not found, try again
19 lines
379 B
Makefile
19 lines
379 B
Makefile
# New ports collection makefile for: cmdwatch
|
|
# Date created: 8-28-2002
|
|
# Whom: bjohnson@wedgie.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cmdwatch
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://wedgie.org/pub/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Watches the output from a command at specified intervals
|
|
|
|
MAN1= cmdwatch.1
|
|
PLIST_FILES= bin/cmdwatch
|
|
|
|
.include <bsd.port.mk>
|