summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-12-12 19:16:56 +0000
committerdrochner <drochner@pkgsrc.org>2000-12-12 19:16:56 +0000
commit29faa22ee12e76894c9dbc24527a929d67148c45 (patch)
treeab4fcdd5537e0119bae764dc26e24fee3ff372ed /graphics/MesaLib/Makefile
parentc8e9a08523dfaeac322bfca47b7fbddcd87f8499 (diff)
downloadpkgsrc-29faa22ee12e76894c9dbc24527a929d67148c45.tar.gz
update HOMEPAGE
need to install GL/glext.h explicitely
Diffstat (limited to 'graphics/MesaLib/Makefile')
-rw-r--r--graphics/MesaLib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index 8ed1080b608..bfd166bbe36 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/12/12 17:22:38 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/12 19:16:56 drochner Exp $
#
DISTNAME= MesaLib-3.4
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html
+HOMEPAGE= http://www.mesa3d.org/
CHECK_MESA= yes
USE_X11BASE= yes
@@ -35,7 +35,7 @@ do-install:
post-install:
${INSTALL_DATA_DIR} ${X11PREFIX}/include/GL
-.for hdr in gl.h gl_mangle.h glx.h glx_mangle.h osmesa.h \
+.for hdr in gl.h gl_mangle.h glext.h glx.h glx_mangle.h osmesa.h \
xmesa.h xmesa_x.h xmesa_xf86.h
${INSTALL_DATA} ${WRKSRC}/include/GL/${hdr} ${X11PREFIX}/include/GL
.endfor