1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/x11/xeyes/Makefile
Helge Oldach 8efbfe6d1f x11/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-01-29 20:35:45 +03:00

19 lines
364 B
Makefile

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