- Update to 7.0.

- Change NOPROFILE to NO_PROFILE since all supported releases have it.

Approved by:	shaun (maintainer)
This commit is contained in:
Jung-uk Kim 2007-07-02 16:46:12 +00:00
parent e10b61bfec
commit 89f3ad22bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194666
3 changed files with 5 additions and 6 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= libglut
PORTVERSION= 6.5.2
PORTREVISION= 1
PORTVERSION= 7.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mesa3d

View file

@ -1,3 +1,3 @@
MD5 (MesaGLUT-6.5.2.tar.bz2) = e84edbb11c69c8e408dfadd2ed08e95b
SHA256 (MesaGLUT-6.5.2.tar.bz2) = 32bc1bfbdeb381de058c007a91a744017a859a692979277ac01505f17d23cf62
SIZE (MesaGLUT-6.5.2.tar.bz2) = 313048
MD5 (MesaGLUT-7.0.tar.bz2) = 4af28296e02772ef1de00e4e79bf3d12
SHA256 (MesaGLUT-7.0.tar.bz2) = cf16ed504739344cbc34de926e2026baa7f4675194d9c032fcb839bf68a3ed9e
SIZE (MesaGLUT-7.0.tar.bz2) = 312866

View file

@ -7,7 +7,7 @@ SHLIB_MAJOR= 4
CFLAGS+= -I../../../include -I${X11BASE}/include
LDFLAGS+= -L${X11BASE}/lib -lGLU -lX11 -lXext -lGL -lXmu -lXi
LIBDIR= ${PREFIX}/lib
NOPROFILE?= yes
NO_PROFILE?= yes
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \