freebsd-ports/x11/xeyes/Makefile
Li-Wen Hsu ce341886ab x11/xeyes: Update to 1.2.0
Changes:	https://lists.x.org/archives/xorg/2021-August/060750.html
PR:		257548
Reviewed by:	jbeich
Approved by:	zeising
2021-09-03 10:00:31 +00:00

16 lines
294 B
Makefile

PORTNAME= xeyes
PORTVERSION= 1.2.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Follow the mouse X demo
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11 xcb xext xi xmu xrender xt
PLIST_FILES= bin/xeyes man/man1/xeyes.1.gz
.include <bsd.port.mk>