mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
0d5fecae36
Obtained from: Xorg devel repo
19 lines
292 B
Makefile
19 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= x11perf
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X11 server performance test program
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xmuu xrender xft xext
|
|
USES= cpe
|
|
CPE_VENDOR= xfree86
|
|
|
|
.include <bsd.port.mk>
|