2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: libGLw
|
|
|
|
# Date created: 7 May 2004
|
|
|
|
# Whom: anholt@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libGLw
|
2007-08-29 12:33:10 +02:00
|
|
|
PORTVERSION= ${MESAVERSION}
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
|
|
|
COMMENT= OpenGL widgets library
|
|
|
|
|
2007-08-29 12:33:10 +02:00
|
|
|
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend
|
2007-05-19 22:36:56 +02:00
|
|
|
LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif
|
|
|
|
|
|
|
|
USE_GL= gl
|
2009-01-24 22:45:05 +01:00
|
|
|
USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC}/src/glw; ${GMAKE} install
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2007-08-29 12:33:10 +02:00
|
|
|
.include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk"
|
2007-05-19 22:36:56 +02:00
|
|
|
.include <bsd.port.mk>
|