freebsd-ports/graphics/libglut/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

31 lines
606 B
Makefile

# New ports collection makefile for: libglut
# Date created: Tue Feb 7 12:02:49 1995
# Whom: anholt
#
# $FreeBSD$
#
PORTNAME= libglut
PORTVERSION= 7.0.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mesa3d
DISTNAME= MesaGLUT-${PORTVERSION}
MAINTAINER= shaun@FreeBSD.org
COMMENT= OpenGL utility toolkit
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_GL= glu
WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src/glut/glx
pre-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/
pre-install:
@${MKDIR} ${PREFIX}/include/GL
.include <bsd.port.mk>