blob: 6f5c6a24b171b71fda7c10afb0c264d8355c2373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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>
|