1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/libglut/Makefile
Robert Noland 489e20505a Add dependency on dri2proto to the rest of the mesa ports
Approved by:	garga (mentor, implicit)
2009-01-24 21:45:05 +00:00

24 lines
515 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= shaun@FreeBSD.org
COMMENT= OpenGL utility toolkit
USE_LDCONFIG= yes
USE_GL= glu
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes xi xmu dri2proto
do-install:
cd ${WRKSRC}/src/glut/glx; ${GMAKE} install
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
.include <bsd.port.mk>