freebsd-ports/graphics/libglut/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

28 lines
584 B
Makefile

# New ports collection makefile for: libglut
# Date created: Tue Feb 7 12:02:49 1995
# Whom: anholt
#
# $FreeBSD$
#
PORTNAME= libglut
PORTVERSION= 6.4.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mesa3d
DISTNAME= MesaGLUT-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphics library similar to SGI's OpenGL
USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_GL= yes
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src/glut/glx
pre-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/
.include <bsd.port.mk>