mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a002bdfd0b
On XFree86-4 the port builds/installs only GLU and glut libraries and associated includes, so GL applications have a chance to use GL library provided by the XFree itself. Please don't forget to set XFREE86_VERSION=4 in your make.conf if you are building it with XFee86-4. Approved by: jseger (previous maintainer)
22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
%%XFREE3:%%etc/mesa.conf
|
|
%%XFREE3:%%include/GL/gl.h
|
|
%%XFREE3:%%include/GL/gl_mangle.h
|
|
include/GL/glu.h
|
|
%%XFREE3:%%include/GL/glu_mangle.h
|
|
include/GL/glut.h
|
|
%%XFREE3:%%include/GL/glx.h
|
|
%%XFREE3:%%include/GL/glx_mangle.h
|
|
%%XFREE3:%%include/GL/osmesa.h
|
|
%%XFREE3:%%include/GL/xmesa.h
|
|
%%XFREE3:%%include/GL/xmesa_x.h
|
|
%%XFREE3:%%include/GL/xmesa_xf86.h
|
|
%%XFREE3:%%lib/libGL.so
|
|
%%XFREE3:%%lib/libGL.so.%%GLVER%%
|
|
lib/libGLU.so
|
|
lib/libGLU.so.%%GLVER%%
|
|
lib/libMesaGL.so
|
|
lib/libMesaGLU.so
|
|
lib/libglut.so
|
|
lib/libglut.so.%%GLUTVER%%
|
|
%%XFREE3:%%@dirrm include/GL
|