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.
18 lines
444 B
Makefile
18 lines
444 B
Makefile
# $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"
|