mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
e427ab10bf
Approved by: portmgr (blanket)
18 lines
329 B
Makefile
18 lines
329 B
Makefile
PORTNAME= xwatchwin
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= XCONTRIB/utilities
|
|
DISTNAME= xwatchwin
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Watch a window on another X server
|
|
|
|
PLIST_FILES= bin/xwatchwin \
|
|
share/man/man1/xwatchwin.1.gz
|
|
|
|
USES= imake tar:Z xorg
|
|
USE_XORG= x11 xext
|
|
|
|
.include <bsd.port.mk>
|