mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
0447d186ff
to email. Hat: portmgr
22 lines
445 B
Makefile
22 lines
445 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= ports@FreeBSD.org
|
|
COMMENT= Generates syslog statistics to detect tendencies and unexpected change
|
|
|
|
ALL_TARGET= all
|
|
|
|
PLIST_FILES= bin/slst
|
|
|
|
.include <bsd.port.mk>
|