1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/graphics/Mesa3/files/patch-aa
Satoshi Asami ca13ff9f08 Make this thing actually compile and package. (Jordan, you can't just
change the install target and assume the building rule or package target
will figure out the shlib name change! ;)
1996-12-17 04:05:17 +00:00

46 lines
1.6 KiB
Plaintext

*** Makefile.old Wed Dec 4 01:51:17 1996
--- Makefile Wed Dec 4 01:53:57 1996
***************
*** 118,123 ****
--- 118,146 ----
cd samples ; $(MAKE) $@
cd book ; $(MAKE) $@
+ install:
+ install -c -m 444 lib/libMesaGL.a ${X11BASE}/lib
+ install -c -m 444 lib/libMesaGL.so.13.0 ${X11BASE}/lib
+ install -c -m 444 lib/libMesaGLU.a ${X11BASE}/lib
+ install -c -m 444 lib/libMesaGLU.so.13.0 ${X11BASE}/lib
+ install -c -m 444 lib/libMesaaux.a ${X11BASE}/lib
+ install -c -m 444 lib/libMesaaux.so.13.0 ${X11BASE}/lib
+ install -c -m 444 lib/libMesatk.a ${X11BASE}/lib
+ install -c -m 444 lib/libMesatk.so.13.0 ${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
+ ldconfig -m ${X11BASE}/lib
+
amiga:
@echo "See the README.AMIGA file for installation information"
--- ./mklib.freebsd.org Tue Aug 13 19:56:47 1996
+++ ./mklib.freebsd Mon Dec 16 19:52:10 1996
@@ -6,7 +6,7 @@
# First argument is name of output library
# Rest of arguments are object files
-VERSION="2.0"
+VERSION="13.0"
LIBRARY=$1
shift 1