summaryrefslogtreecommitdiff
path: root/sysutils/slst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/slst/Makefile')
-rw-r--r--sysutils/slst/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/slst/Makefile b/sysutils/slst/Makefile
new file mode 100644
index 000000000000..2c916528e039
--- /dev/null
+++ b/sysutils/slst/Makefile
@@ -0,0 +1,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>