1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/x11/xwatchwin/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

21 lines
383 B
Makefile

# 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 xorg
USE_XORG= x11 xext
.include <bsd.port.mk>