mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26 lines
519 B
Makefile
26 lines
519 B
Makefile
# New ports collection makefile for: libGLw
|
|
# Date created: 7 May 2004
|
|
# Whom: anholt@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libGLw
|
|
PORTVERSION= ${MESAVERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
COMMENT= OpenGL widgets library
|
|
|
|
BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend
|
|
|
|
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>
|