summaryrefslogtreecommitdiffstats
path: root/graphics/libGLU/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libGLU/Makefile')
-rw-r--r--graphics/libGLU/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile
new file mode 100644
index 0000000..0a19926
--- /dev/null
+++ b/graphics/libGLU/Makefile
@@ -0,0 +1,24 @@
+# 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= glproto x11 xext xxf86vm xdamage xfixes dri2proto
+
+do-install:
+ @${MKDIR} ${PREFIX}/include/GL/
+ cd ${WRKSRC}/src/glu; ${GMAKE} install
+ ${INSTALL_DATA} ${WRKSRC}/include/GL/glu*.h ${PREFIX}/include/GL/
+ cd ${WRKSRC}/src/glu; ${GMAKE} install
+
+.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
+.include <bsd.port.mk>