blob: 669a8b7d322c2c4301d3ca565be65bbf8417ec6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: 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= ports@FreeBSD.org
COMMENT= Generates syslog statistics to detect tendencies and unexpected change
ALL_TARGET= all
PLIST_FILES= bin/slst
NO_STAGE= yes
.include <bsd.port.mk>
|