1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/libGLU/Makefile
Florent Thoumie 971be6f225 - Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1.
2007-08-29 10:33:10 +00:00

23 lines
388 B
Makefile

# 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>