012f8fb7ce
PR: 205463 Submitted by: jochen@jochen-neumeister.de
16 lines
329 B
Makefile
16 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>
|