diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-10 09:26:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-10 09:26:11 +0000 |
commit | 4867fc7f94a71ccd260d68540ce9f1cf94751e50 (patch) | |
tree | 87896ef12b8601bf6841f60b0f222e25eb6cb06e /graphics/mesagl | |
parent | b13745e9699810d250c615a8e4b8c9fb2cf47a81 (diff) | |
download | ports-4867fc7f94a71ccd260d68540ce9f1cf94751e50.tar.gz ports-4867fc7f94a71ccd260d68540ce9f1cf94751e50.zip |
Notes
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 9 | ||||
-rw-r--r-- | graphics/mesagl/distinfo | 1 | ||||
-rw-r--r-- | graphics/mesagl/pkg-plist | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 8ad6323055bf..b5633b5148c7 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -3,21 +3,22 @@ # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # -# $Id: Makefile,v 1.21 1997/11/22 02:05:20 jseger Exp $ +# $Id: Makefile,v 1.22 1998/02/15 17:13:13 jseger Exp $ # DISTNAME= MesaLib-2.6 PKGNAME= Mesa-2.6 CATEGORIES= graphics MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-2.6.tar.gz MAINTAINER= jseger@FreeBSD.ORG WRKSRC= ${WRKDIR}/${PKGNAME} -ALL_TARGET= freebsd +ALL_TARGET= freebsd-386 USE_X11= yes -LIBS= libMesaGL libMesaGLU +LIBS= libMesaGL libMesaGLU libMesaaux libMesatk SHLIB_VERSION= 13.6 do-install: @@ -33,6 +34,8 @@ do-install: .endfor @${MKDIR} ${PREFIX}/include/GL ${INSTALL_DATA} ${WRKSRC}/include/GL/* ${PREFIX}/include/GL + ${INSTALL_DATA} ${WRKSRC}/include/glaux.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/include/gltk.h ${PREFIX}/include ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/graphics/mesagl/distinfo b/graphics/mesagl/distinfo index 23a3ccd09714..661b7cf5c6fb 100644 --- a/graphics/mesagl/distinfo +++ b/graphics/mesagl/distinfo @@ -1 +1,2 @@ MD5 (MesaLib-2.6.tar.gz) = ee27bf2548dbc2031974c33ee6226c0c +MD5 (MesaDemos-2.6.tar.gz) = 6eef61e387f71a76b855ab6b3d2c89e5 diff --git a/graphics/mesagl/pkg-plist b/graphics/mesagl/pkg-plist index 94738f89b75e..f18440af8771 100644 --- a/graphics/mesagl/pkg-plist +++ b/graphics/mesagl/pkg-plist @@ -14,6 +14,8 @@ include/GL/osmesa.h include/GL/svgamesa.h include/GL/wmesa.h include/GL/xmesa.h +include/glaux.h +include/gltk.h lib/libGL.a lib/libGL.so.13.6 lib/libGLU.a @@ -22,6 +24,10 @@ lib/libMesaGL.a lib/libMesaGL.so.13.6 lib/libMesaGLU.a lib/libMesaGLU.so.13.6 +lib/libMesaaux.a +lib/libMesaaux.so.13.6 +lib/libMesatk.a +lib/libMesatk.so.13.6 lib/libglut.a lib/libglut.so.3.6 @exec ldconfig -m %B |