freebsd-ports/graphics/libGL/Makefile
Tilman Keskinoz 70b6d202ed Fix make install; make deinstall install
PR:		146184
Submitted by:	Anonymous <swell.k@gmail.com>
2010-08-15 09:27:28 +00:00

29 lines
694 B
Makefile

# New ports collection makefile for: xorg-server
# Date created: 7 May 2004
# Whom: anholt@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libGL
PORTVERSION= ${MESAVERSION}
CATEGORIES= graphics
COMMENT= OpenGL library that renders using GLX or DRI
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend
LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \
expat.6:${PORTSDIR}/textproc/expat2
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both
.ifndef WITHOUT_NOUVEAU
EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure
.endif
do-install:
${RM} -f ${WRKSRC}/include/GL/glu*.h
cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl
.include "${.CURDIR}/bsd.mesalib.mk"
.include <bsd.port.mk>