forked from Lainports/freebsd-ports
26 lines
530 B
Makefile
26 lines
530 B
Makefile
# Created by: anholt@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libGLw
|
|
PORTVERSION= ${MESAVERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
|
|
COMMENT= OpenGL widgets library
|
|
|
|
USE_GL= gl
|
|
USE_MOTIF= yes
|
|
USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
|
|
|
|
INSTALL_WRKSRC= ${WRKSRC}/src/glw
|
|
BUILD_WRKSRC= ${WRKSRC}/src/glw
|
|
|
|
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !(${ARCH} == "amd64" || ${ARCH} == "i386")
|
|
CONFIGURE_ARGS+=--disable-gallium-intel
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|