1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11/xwatchwin/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

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>