blob: 01b2e9e2a34c1d58ef3a63705e699c90ecd0a528 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= xeyes
PORTVERSION= 1.1.2
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 xt xext xmu xrender
PLIST_FILES= bin/xeyes man/man1/xeyes.1.gz
.include <bsd.port.mk>
|