- remove whitespace
- add HOMEPAGE to DESCR - use new framework for PLISTs - add @comment with RCS id to PLISTs
This commit is contained in:
parent
73f7c5f6c2
commit
725aeb4602
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2000/06/16 23:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2000/06/20 18:46:22 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.30 1998/11/11 05:37:18 asami Exp $
|
||||
|
||||
PKGNAME= Mesa-3.0
|
||||
CATEGORIES= graphics
|
||||
NEED_VERSION= 1.218
|
||||
NEED_VERSION= 1.301
|
||||
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ \
|
||||
ftp://ftp.enst.fr/distfiles/ \
|
||||
ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ \
|
||||
ftp://ftp.mesa3d.org/mesa/
|
||||
DISTFILES= MesaLib-3.0.tar.gz MesaDemos-3.0.tar.gz
|
||||
|
||||
|
||||
HOMEPAGE= http://www.mesa3d.org/
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
@ -5,3 +5,5 @@ Inc. However, the author makes no claim that Mesa is in any way a
|
||||
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
|
||||
Those who want a licensed implementation of OpenGL should contact a licensed
|
||||
vendor.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
7
graphics/Mesa/pkg/PFRAG.shared
Normal file
7
graphics/Mesa/pkg/PFRAG.shared
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2000/06/20 18:46:23 brad Exp $
|
||||
lib/libGL.so.3.0
|
||||
lib/libGLU.so.3.0
|
||||
lib/libMesaGL.so.3.0
|
||||
lib/libMesaGLU.so.3.0
|
||||
lib/libglut.so.3.7
|
||||
@exec /sbin/ldconfig -m %B
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/06/20 18:46:23 brad Exp $
|
||||
include/GL/dosmesa.h
|
||||
include/GL/foomesa.h
|
||||
include/GL/fxmesa.h
|
||||
@ -16,14 +17,9 @@ include/GL/svgamesa.h
|
||||
include/GL/wmesa.h
|
||||
include/GL/xmesa.h
|
||||
lib/libGL.a
|
||||
lib/libGL.so.3.0
|
||||
lib/libGLU.a
|
||||
lib/libGLU.so.3.0
|
||||
lib/libMesaGL.a
|
||||
lib/libMesaGL.so.3.0
|
||||
lib/libMesaGLU.a
|
||||
lib/libMesaGLU.so.3.0
|
||||
lib/libglut.a
|
||||
lib/libglut.so.3.7
|
||||
@exec /sbin/ldconfig -m %B
|
||||
%%SHARED%%
|
||||
@dirrm include/GL
|
||||
|
@ -1,23 +0,0 @@
|
||||
include/GL/dosmesa.h
|
||||
include/GL/foomesa.h
|
||||
include/GL/fxmesa.h
|
||||
include/GL/ggimesa.h
|
||||
include/GL/gl.h
|
||||
include/GL/gl_mangle.h
|
||||
include/GL/glu.h
|
||||
include/GL/glu_mangle.h
|
||||
include/GL/glut.h
|
||||
include/GL/glx.h
|
||||
include/GL/glx_mangle.h
|
||||
include/GL/mglmesa.h
|
||||
include/GL/osmesa.h
|
||||
include/GL/osmesa3.h
|
||||
include/GL/svgamesa.h
|
||||
include/GL/wmesa.h
|
||||
include/GL/xmesa.h
|
||||
lib/libGL.a
|
||||
lib/libGLU.a
|
||||
lib/libMesaGL.a
|
||||
lib/libMesaGLU.a
|
||||
lib/libglut.a
|
||||
@dirrm include/GL
|
Loading…
Reference in New Issue
Block a user