summaryrefslogtreecommitdiffstats
path: root/graphics/libGLw/Makefile
blob: d009cb54081775df4511f2204e5320198073528c (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
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libGLw
PORTVERSION=    8.0.0
CATEGORIES= graphics
MASTER_SITES=   ftp://ftp.freedesktop.org/pub/mesa/glw/
DISTNAME=   glw-${PORTVERSION}
DIST_SUBDIR=    GL

MAINTAINER= x11@FreeBSD.org
COMMENT=    OpenGL widgets library

USE_BZIP2=  yes
USES=       pathfix pkgconfig
USE_LDCONFIG=   yes
USE_GL=     gl
USE_MOTIF=  yes
USE_XORG=   x11 xt xext
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-static --enable-motif
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
NO_STAGE=   yes

.include <bsd.port.mk>