mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
489e20505a
Approved by: garga (mentor, implicit)
24 lines
515 B
Makefile
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>
|