aboutsummaryrefslogtreecommitdiff
path: root/x11/rendercheck/Makefile
blob: cec7451e80944869f55a9dbb50e5364559ae395f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Eric Anholt <anholt@FreeBSD.org>

PORTNAME=	rendercheck
PORTVERSION=	1.5
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Small program for testing basic Render extension conformance

USES=		xorg xorg-cat:app
USE_XORG=	xrender

PLIST_FILES=	bin/rendercheck man/man1/rendercheck.1.gz

.include <bsd.port.mk>