aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libGLU/Makefile
blob: e808d6ac3e3e134e37d6a31e88e117457bcaae9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    libGLU
# Date created:     7 May 2004
# Whom:         anholt@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   libGLU
PORTVERSION=    ${MESAVERSION}
CATEGORIES= graphics

COMMENT=    OpenGL utility library

USE_GL=     gl
USE_XORG=   xmu xi

SRCDIR=     glu/sgi
HEADERS=    glu.h
HEADERSDIR= include/GL

.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
.include <bsd.port.mk>