blob: c3337f634018a6bae993552ce5c6378ad01b80a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: cmdwatch
# Date created: 8-28-2002
# Whom: bjohnson@wedgie.org
#
# $FreeBSD$
#
PORTNAME= cmdwatch
PORTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.chruetertee.ch/files/download/
MAINTAINER= beat@FreeBSD.org
COMMENT= Watches the output from a command at specified intervals
MAN1= cmdwatch.1
PLIST_FILES= bin/cmdwatch
.include <bsd.port.mk>
|