summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/Makefile
blob: 4ea251a781e02d749a7447ff4030cc89b061e317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    xorg-server
# Date created:     7 May 2004
# Whom:         anholt@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   libGL
PORTVERSION=    ${MESAVERSION}
PORTREVISION=   1
CATEGORIES= graphics

COMMENT=    OpenGL library that renders using GLX or DRI

LIB_DEPENDS+=   drm:${PORTSDIR}/graphics/libdrm \
        expat.6:${PORTSDIR}/textproc/expat2

USE_XORG=   glproto:both x11 xext xxf86vm xdamage xfixes dri2proto:both

SUB_FILES=    pkg-install pkg-deinstall

pre-install:
    PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL

do-install:
    ${RM} -f ${WRKSRC}/include/GL/glu*.h
    cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl

post-install:
    PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include "${.CURDIR}/bsd.mesalib.mk"
.include <bsd.port.mk>