freebsd-ports/sysutils/slst/Makefile
Pav Lucistnik 29b876340c slst generates statistics from the output of syslog.
With slst one can find tendencies and unexpected changes in the behaviour of
the running processes.

WWW: http://www.vanheusden.com/recoverdm/

PR:		ports/92155
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 21:03:30 +00:00

21 lines
452 B
Makefile

# New ports collection makefile for: slst
# Date created: 22 January 2006
# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
#
# $FreeBSD$
#
PORTNAME= slst
PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= http://www.vanheusden.com/slst/
EXTRACT_SUFX= .tgz
MAINTAINER= CPE1704TKS@bellsouth.net
COMMENT= Generates syslog statistics to detect tendencies and unexpected change
ALL_TARGET= all
PLIST_FILES= bin/slst
.include <bsd.port.mk>