mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
89f8b05214
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
31 lines
725 B
Makefile
31 lines
725 B
Makefile
# Created by: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= waffle
|
|
PORTVERSION= 1.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.waffle-gl.org/files/release/waffle-${PORTVERSION}/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Library that allows to defer selection of an OpenGL API until runtime
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= cmake:outsource compiler:c11 localbase ninja pathfix pkgconfig tar:xz
|
|
USE_GL= egl gl
|
|
USE_LDCONFIG= yes
|
|
USE_XORG= x11 xcb
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/waffle1
|
|
|
|
CMAKE_ARGS+= -Dwaffle_has_glx=ON \
|
|
-Dwaffle_has_x11_egl=ON
|
|
#CMAKE_ARGS+= -Dwaffle_has_gbm=ON # FIXME: Required udev
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|