blob: 49838ac7ee194b07c52386fe323191040923538d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
PORTNAME= xwatchwin
PORTVERSION= 1.1.1
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= XCONTRIB/utilities
DISTNAME= xwatchwin
MAINTAINER= ports@FreeBSD.org
COMMENT= Watch a window on another X server
PLIST_FILES= bin/xwatchwin \
man/man1/xwatchwin.1.gz
USES= imake tar:Z
USE_XORG= x11 xext
.include <bsd.port.mk>
|