45dd5294ac
Update x11/x11perf to 1.6.1. This is a maintenance release Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002983.html Sponsored by: B3 Init
18 lines
292 B
Makefile
18 lines
292 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= x11perf
|
|
PORTVERSION= 1.6.1
|
|
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>
|