summaryrefslogtreecommitdiff
path: root/x11/x11perf/Makefile
blob: f8663f01c0feef4670959845d4e0867eedc80711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	x11perf
PORTVERSION=	1.5.4
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X11 server performance test program

LICENSE=	MIT

XORG_CAT=	app
USE_XORG=	x11 xmuu xrender xft xext

MAN1=		Xmark.1 \
		x11perf.1 \
		x11perfcomp.1

NO_STAGE=	yes
.include <bsd.port.mk>