summaryrefslogtreecommitdiffstats
path: root/graphics/libGLw/Makefile
blob: 9b14ad61345e9f4b7c107fada98f64ba6cde6718 (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
# New ports collection makefile for:    libGLw
# Date created:     7 May 2004
# Whom:         anholt@FreeBSD.org
#
# $FreeBSD: ports/graphics/libGLw/Makefile,v 1.10 2011/02/25 16:52:07 miwi Exp $
#

PORTNAME=   libGLw
PORTVERSION=    ${MESAVERSION}
CATEGORIES= graphics

COMMENT=    OpenGL widgets library

BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend \
        ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2

USE_PYTHON= yes
USE_GL=     gl
USE_MOTIF=  yes
USE_XORG=   glproto xt x11 xext xxf86vm xdamage xfixes dri2proto

do-install:
    cd ${WRKSRC}/src/glw; ${GMAKE} install

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