aboutsummaryrefslogtreecommitdiff
path: root/x11/xconsole/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xconsole/Makefile')
-rw-r--r--x11/xconsole/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile
new file mode 100644
index 000000000000..cc6795e93578
--- /dev/null
+++ b/x11/xconsole/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xconsole
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xconsole
+PORTVERSION= 1.0.2
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Monitor system console messages with X
+
+XORG_CAT= app
+USE_XORG= xt xaw
+
+MAN1= xconsole.1
+
+.include <bsd.port.mk>