To use it, you must specify the display name of the machine you want to watch, then the name of the window on that machine. Xwatchwin will attempt to connect with the X server hostname:0.0, and if successful, will try to retrieve a copy of the window in which you specified interest. Obtained from: NetBSD
21 lines
391 B
Makefile
21 lines
391 B
Makefile
# New ports collection makefile for: xwatchwin
|
|
# Date created: 1 Sep 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xwatchwin
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
DISTNAME= xwatchwin
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MAN1= xwatchwin.1
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|