mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
012f8fb7ce
PR: 205463 Submitted by: jochen@jochen-neumeister.de
17 lines
329 B
Makefile
17 lines
329 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rendercheck
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small program for testing basic Render extension conformance
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xrender
|
|
|
|
PLIST_FILES= bin/rendercheck man/man1/rendercheck.1.gz
|
|
|
|
.include <bsd.port.mk>
|