freebsd-ports/graphics/libglut/Makefile
Thierry Thomas 20de2dbbdf Upgrade to 6.0.1. Same library .so.
PR:		ports/65353
Submitted by:	Yarema <yds@CoolRat.org>
Approved by:	mat (mentor).
2004-04-17 12:19:45 +00:00

28 lines
585 B
Makefile

# New ports collection makefile for: libglut
# Date created: Tue Feb 7 12:02:49 1995
# Whom: anholt
#
# $FreeBSD$
#
PORTNAME= libglut
PORTVERSION= 6.0.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mesa3d
DISTNAME= MesaDemos-${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>