mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
20 lines
385 B
Makefile
20 lines
385 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/ \
|
|
ftp://ftp.apexds.com/pub/
|
|
|
|
MAINTAINER= bjohnson@wedgie.org
|
|
COMMENT= Watches the output from a command at specified intervals
|
|
|
|
MAN1= cmdwatch.1
|
|
|
|
.include <bsd.port.mk>
|