blob: 2c916528e039718e1cfce8b40930deb1f4e8e4fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|