aboutsummaryrefslogtreecommitdiffstats
path: root/security/termlog/Makefile
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-08-22 06:26:54 +0800
committerobraun <obraun@FreeBSD.org>2002-08-22 06:26:54 +0800
commitaf9e60989eef8fa2187b45c154852caf9fed6dd0 (patch)
tree2d74add387d0b2885309376395244628b9e9e1fc /security/termlog/Makefile
parentcb2e7cab957e11a5e82f2c75d1657faed09e78bc (diff)
downloadfreebsd-ports-gnome-af9e60989eef8fa2187b45c154852caf9fed6dd0.tar.gz
freebsd-ports-gnome-af9e60989eef8fa2187b45c154852caf9fed6dd0.tar.zst
freebsd-ports-gnome-af9e60989eef8fa2187b45c154852caf9fed6dd0.zip
Add termlog 1.0, monitor or log multiple system terminals
synchronously (real-time). Submitted by: Chris S.J. Peron <maneo@bsdpro.com> Approved by: dwcjr (mentor)
Diffstat (limited to 'security/termlog/Makefile')
-rw-r--r--security/termlog/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/termlog/Makefile b/security/termlog/Makefile
new file mode 100644
index 000000000000..be09214e8eb0
--- /dev/null
+++ b/security/termlog/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: termlog
+# Date created: 20 August 2002
+# Whom: C.S. Peron <maneo@bsdpro.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= termlog
+PORTVERSION= 1.0
+CATEGORIES= security sysutils
+MASTER_SITES= http://www.seccuris.com/documents/downloads/
+MASTER_SITE_SUBDIR= termlog
+
+MAINTAINER= maneo@bsdpro.com
+
+MAN1= termlog.1
+
+.include <bsd.port.mk>