freebsd-ports/graphics/libglut/Makefile
Norikatsu Shigemura f18d011411 Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.
[MEMO]
In this commit, no version changed.  But if you put
'WITHOUT_NOUVEAU' on /etc/make.conf, you can use
new version of Mesa3D and libdrm.

Discussed with:	rnoland on freebsd-ports/freebsd-x11.
2010-02-07 11:51:08 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: libglut
# Date created: Tue Feb 7 12:02:49 1995
# Whom: anholt
#
# $FreeBSD$
#
PORTNAME= libglut
PORTVERSION= ${MESAVERSION}
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
COMMENT= OpenGL utility toolkit
USE_GL= glu
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes xi xmu dri2proto
.ifdef WITH_NOUVEAU
EXTRA_PATCHES= mesalib74-configure
.endif
do-install:
cd ${WRKSRC}/src/glut/glx; ${GMAKE} install
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${WRKSRC}/include/GL/glutf90.h \
${PREFIX}/include/GL
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
.include <bsd.port.mk>