cc3aeca04b
PR: ports/147267 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> Approved by: rene (mentor), maintainer timeout (x11, ~370 days)
27 lines
631 B
Makefile
27 lines
631 B
Makefile
# New ports collection makefile for: libglut
|
|
# Date created: Tue Feb 7 12:02:49 1995
|
|
# Whom: anholt
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libglut
|
|
PORTVERSION= ${MESAVERSION}
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= OpenGL utility toolkit
|
|
|
|
CONFLICTS= freeglut-[0-9]*
|
|
|
|
USE_GL= glu
|
|
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes xi xmu dri2proto
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/src/glut/glx; ${GMAKE} install
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
|
|
${WRKSRC}/include/GL/glutf90.h \
|
|
${PREFIX}/include/GL
|
|
|
|
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
|
|
.include <bsd.port.mk>
|