1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11/rendercheck/Makefile
Muhammad Moinur Rahman 6ddeaec432
x11/rendercheck: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 20:26:33 +01:00

18 lines
396 B
Makefile

PORTNAME= rendercheck
PORTVERSION= 1.5
PORTREVISION= 1
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/rendercheck share/man/man1/rendercheck.1.gz
.include <bsd.port.mk>