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

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