freebsd-ports/graphics/glean/Makefile
Eric Anholt 70cd7e885b Add new port of glean, a suite of OpenGL conformance tests. Very useful for
those of us who occasionally have to diagnose DRI driver issues.
2003-12-13 01:06:05 +00:00

32 lines
683 B
Makefile

# New ports collection makefile for: glean
# Date created: 12 Dec 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glean
PORTVERSION= 1.0.20030925
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= anholt
DISTNAME= glean-20030925-snap
EXTRACT_SUFX= .tar.bz2
MAINTAINER= anholt@FreeBSD.org
COMMENT= Suite of OpenGL conformance tests
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
WRKSRC= ${WRKDIR}/glean/src
USE_BZIP2= yes
USE_GL= yes
USE_GMAKE= yes
MAKE_ENV+= GLEAN_ROOT="${WRKDIR}/glean" \
CXX="${CXX}"
ALL_TARGET= install
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/glean/bin/glean ${PREFIX}/bin
.include <bsd.port.mk>