Update databases/cassandra-cpp-driver to version 2.4.3
[dports.git] / graphics / waffle / Makefile
1 # Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       waffle
5 PORTVERSION=    1.5.2
6 CATEGORIES=     graphics
7 MASTER_SITES=   http://www.waffle-gl.org/files/release/waffle-${PORTVERSION}/
8
9 MAINTAINER=     x11@FreeBSD.org
10 COMMENT=        Library that allows to defer selection of an OpenGL API until runtime
11
12 LICENSE=        BSD2CLAUSE
13
14 USES=           cmake:outsource compiler:c11 localbase ninja pkgconfig tar:xz
15 USE_GL=         egl gl
16 USE_LDCONFIG=   yes
17 USE_XORG=       x11 xcb
18
19 DOCSDIR=        ${PREFIX}/share/doc/waffle1
20
21 CMAKE_ARGS+=    -Dwaffle_has_glx=ON \
22                 -Dwaffle_has_x11_egl=ON
23 #CMAKE_ARGS+=   -Dwaffle_has_gbm=ON # FIXME: Required udev
24
25 PLIST_SUB+=     PORTVERSION=${PORTVERSION}
26
27 OPTIONS_DEFINE= DOCS
28
29 .include <bsd.port.mk>