mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
--- Makefile.orig Sat Nov 30 15:35:50 1996
|
|
+++ Makefile Fri Feb 14 12:15:16 1997
|
|
@@ -289,3 +289,30 @@
|
|
tar -cvf src.tar $(SRC_FILES) ; \
|
|
gzip src.tar
|
|
|
|
+install:
|
|
+ install -c -m 444 lib/libMesaGL.a ${X11BASE}/lib
|
|
+ install -c -m 444 lib/libMesaGL.so.13.1 ${X11BASE}/lib
|
|
+ install -c -m 444 lib/libMesaGLU.a ${X11BASE}/lib
|
|
+ install -c -m 444 lib/libMesaGLU.so.13.1 ${X11BASE}/lib
|
|
+ install -c -m 444 lib/libMesaaux.a ${X11BASE}/lib
|
|
+ install -c -m 444 lib/libMesaaux.so.13.1 ${X11BASE}/lib
|
|
+ install -c -m 444 lib/libMesatk.a ${X11BASE}/lib
|
|
+ install -c -m 444 lib/libMesatk.so.13.1 ${X11BASE}/lib
|
|
+ mkdir -p -m 0775 ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/glaux.h ${X11BASE}/include/Mesa
|
|
+ install -c include/gltk.h ${X11BASE}/include/Mesa
|
|
+ install -c include/GL/gmesa.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/fgl.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/gl.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/glu.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/glx.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/osmesa.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/svgamesa.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/wmesa.h ${X11BASE}/include/Mesa/GL
|
|
+ install -c include/GL/xmesa.h ${X11BASE}/include/Mesa/GL
|
|
+ mkdir -p -m 0775 ${PREFIX}/share/Mesa
|
|
+ cp -rp samples ${PREFIX}/share/Mesa
|
|
+ cp -rp demos ${PREFIX}/share/Mesa
|
|
+ cp -rp book ${PREFIX}/share/Mesa
|
|
+ cp -rp widgets-sgi ${PREFIX}/share/Mesa
|
|
+ ldconfig -m ${X11BASE}/lib
|