14 lines
333 B
Makefile
14 lines
333 B
Makefile
PORTNAME= rendercheck
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Small program for testing basic Render extension conformance
|
|
WWW= https://www.freedesktop.org/wiki/Software/xapps/
|
|
|
|
USES= xorg xorg-cat:app
|
|
USE_XORG= xrender
|
|
|
|
PLIST_FILES= bin/rendercheck man/man1/rendercheck.1.gz
|
|
|
|
.include <bsd.port.mk>
|