summaryrefslogtreecommitdiffstats
path: root/sysutils/contool/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-01-06 10:26:28 +0000
committerobrien <obrien@FreeBSD.org>1997-01-06 10:26:28 +0000
commit6678f836cd1703d271dd39e8a56926a149ebd483 (patch)
tree770ac2c3c7b05b1b393f18fb500e7fbd8436d7a2 /sysutils/contool/Makefile
parentbb8a3fa6700fe71a580ad09c8bf9729b5614c3f3 (diff)
downloadFreeBSD-ports-6678f836cd1703d271dd39e8a56926a149ebd483.zip
FreeBSD-ports-6678f836cd1703d271dd39e8a56926a149ebd483.tar.gz
Contool will capture and display system console messages with timestamps.
It is a replacement for the standard X console. Contool will flash its icon and beep when messages are written to the icon, so you can keep it closed on your desktop until a message arrives. You can modify this beeping and flashing behavior; see the man page for more details. You can instruct contool to filter and ignore certain common console messages or act upon them. Submitted by: Nick Sayer <nsayer@@quack.kfu.com> (w/changes by me) Closes PR: ports/2152
Diffstat (limited to 'sysutils/contool/Makefile')
-rw-r--r--sysutils/contool/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/contool/Makefile b/sysutils/contool/Makefile
new file mode 100644
index 0000000..d467b8c
--- /dev/null
+++ b/sysutils/contool/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: contool
+# Version required: 1.25
+# Date created: 2 Dec 1996
+# Whom: nsayer@quack.kfu.com
+#
+# $Id: Makefile,v 1.2 1997/01/06 00:27:09 obrien Exp $
+#
+
+DISTNAME= contool-3.3a
+CATEGORIES= sysutils
+MASTER_SITES= http://melmac.corp.harris.com/files/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= nsayer@quack.kfu.com
+
+LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib
+
+NO_CDROM= "source code cannot be sold, nor can you incorporate the source code into a product which is subsequently sold"
+NO_WRKSUBDIR= yes
+USE_IMAKE= yes
+
+
+pre-install:
+ @${MKDIR} ${PREFIX}/share/help
+
+post-install:
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud