1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upgrade to 6.0.1. Same library .so.

PR:		ports/65353
Submitted by:	Yarema <yds@CoolRat.org>
Approved by:	mat (mentor).
This commit is contained in:
Thierry Thomas 2004-04-17 12:19:45 +00:00
parent 4dde94db1a
commit 20de2dbbdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107319
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libglut
PORTVERSION= 5.0.2
PORTVERSION= 6.0.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mesa3d
@ -20,7 +20,7 @@ INSTALLS_SHLIB= yes
USE_GL= yes
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src-glut
WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src/glut/glx
pre-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/

View File

@ -1,2 +1,2 @@
MD5 (MesaDemos-5.0.2.tar.bz2) = b81fafff90995025d2f25ea02b786642
SIZE (MesaDemos-5.0.2.tar.bz2) = 901632
MD5 (MesaDemos-6.0.1.tar.bz2) = dd6aadfd9ca8e1cfa90c6ee492bc6f43
SIZE (MesaDemos-6.0.1.tar.bz2) = 915558

View File

@ -4,14 +4,14 @@
LIB= glut
SHLIB_MAJOR= 3
CFLAGS+= -I../include -I${X11BASE}/include
CFLAGS+= -I../../../include -I${X11BASE}/include
LDFLAGS+= -L${X11BASE}/lib -lGLU -lX11 -lXext -lGL -lXmu -lXi
LIBDIR= ${PREFIX}/lib
NOPROFILE?= yes
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../include/GL/glut.h \
${.CURDIR}/../../../include/GL/glut.h \
${PREFIX}/include/GL
SRCS = \
@ -63,4 +63,4 @@ SRCS = \
glut_winmisc.c \
layerutil.c
.include <bsd.lib.mk>
.include <bsd.lib.mk>