mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
17 lines
329 B
Makefile
17 lines
329 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rendercheck
|
|
PORTVERSION= 1.4
|
|
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>
|