diff options
author | tg <tg@FreeBSD.org> | 1998-03-10 17:26:11 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-10 17:26:11 +0800 |
commit | 90e0f056524090989483714f66a928256ee70673 (patch) | |
tree | e4d368ff3319dee664690d2a036c394f9b23ebc5 /graphics/Mesa3 | |
parent | 77fbccabbf472efac62db85286f05c5ffb96e09e (diff) | |
download | freebsd-ports-gnome-90e0f056524090989483714f66a928256ee70673.tar.gz freebsd-ports-gnome-90e0f056524090989483714f66a928256ee70673.tar.zst freebsd-ports-gnome-90e0f056524090989483714f66a928256ee70673.zip |
Build and install Mesaaux and Mesatk libs.
PR: 5919
Submitted by: Donald Burr <dburr@POBoxes.com>
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r-- | graphics/Mesa3/Makefile | 9 | ||||
-rw-r--r-- | graphics/Mesa3/distinfo | 1 | ||||
-rw-r--r-- | graphics/Mesa3/pkg-plist | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 8ad6323055bf..b5633b5148c7 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/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/Mesa3/distinfo b/graphics/Mesa3/distinfo index 23a3ccd09714..661b7cf5c6fb 100644 --- a/graphics/Mesa3/distinfo +++ b/graphics/Mesa3/distinfo @@ -1 +1,2 @@ MD5 (MesaLib-2.6.tar.gz) = ee27bf2548dbc2031974c33ee6226c0c +MD5 (MesaDemos-2.6.tar.gz) = 6eef61e387f71a76b855ab6b3d2c89e5 diff --git a/graphics/Mesa3/pkg-plist b/graphics/Mesa3/pkg-plist index 94738f89b75e..f18440af8771 100644 --- a/graphics/Mesa3/pkg-plist +++ b/graphics/Mesa3/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 |