mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
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 xorg
|
|
USE_XORG= x11 xext
|
|
|
|
.include <bsd.port.mk>
|