blob: 4e3610bb63df052a376a9014f36ac956502bb24f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|