freebsd-ports/x11/rendercheck/Makefile
Eitan Adler 5504410d20 Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
2013-10-13 02:01:16 +00:00

19 lines
339 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
MAN1= rendercheck.1
PLIST_FILES= bin/rendercheck
NO_STAGE= yes
.include <bsd.port.mk>