mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
18 lines
366 B
Makefile
18 lines
366 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|