summaryrefslogtreecommitdiff
path: root/x11/xrootconsole/Makefile
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2015-04-20 20:21:32 +0000
committercheusov <cheusov@pkgsrc.org>2015-04-20 20:21:32 +0000
commitd1e395d34e33a64a265c83abf00f57f76819226e (patch)
tree2aa957b7001d297920123bd9e6e79db81e170de8 /x11/xrootconsole/Makefile
parentb44a31a97167b88d4baf1403809c3bbab6caad40 (diff)
downloadpkgsrc-d1e395d34e33a64a265c83abf00f57f76819226e.tar.gz
xrootconsole is a small utility which displays its input in a transparent
text box on X's root window. It will read from any file listed on the command line or, by default, from stdin. It is most useful when it reads from a FIFO; this allows you to redirect multiple commands to the FIFO and monitor their output.
Diffstat (limited to 'x11/xrootconsole/Makefile')
-rw-r--r--x11/xrootconsole/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xrootconsole/Makefile b/x11/xrootconsole/Makefile
new file mode 100644
index 00000000000..7d8d636c2c9
--- /dev/null
+++ b/x11/xrootconsole/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2015/04/20 20:21:32 cheusov Exp $
+
+DISTNAME= xrootconsole-0.6
+PKGREVISION= 2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xrootconsole/}
+
+MAINTAINER= inittab@unixdev.net
+HOMEPAGE= http://xrootconsole.sourceforge.net/
+COMMENT= Windowless XConsole
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= gmake
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"