mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
971be6f225
- Update graphics/libGLw to 7.0.1.
23 lines
388 B
Makefile
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>
|