mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
21 lines
429 B
Makefile
21 lines
429 B
Makefile
# New ports collection makefile for: rendercheck
|
|
# Date Created: 26 Sep, 2004
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rendercheck
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xapps.freedesktop.org/release/
|
|
|
|
MAINTAINER= anholt@FreeBSD.org
|
|
COMMENT= A small program for testing basic Render extension conformance
|
|
|
|
USE_XLIB= yes
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|