freebsd-ports/graphics/glean/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
732 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
PORTREVISION= 2
CATEGORIES= graphics benchmarks
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= anholt
DISTNAME= glean-20030925-snap
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ports@FreeBSD.org
COMMENT= Suite of OpenGL conformance tests
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
PLIST_FILES= bin/glean
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>