freebsd-ports/graphics/libGLw/Makefile
Marius Strobl 315a9a0bee Re-enable DRI on powerpc and sparc64, mainly in order to fix
packaging.

Approved by:	rnoland
2009-04-10 18:00:49 +00:00

25 lines
559 B
Makefile

# New ports collection makefile for: libGLw
# Date created: 7 May 2004
# Whom: anholt@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libGLw
PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics
COMMENT= OpenGL widgets library
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend
LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif
USE_GL= gl
USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
do-install:
cd ${WRKSRC}/src/glw; ${GMAKE} install
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
.include <bsd.port.mk>