mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
34 lines
777 B
Makefile
34 lines
777 B
Makefile
PORTNAME= magnum-extras
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2019.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Extras for the Magnum C++11/C++14 graphics engine
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libassimp.so:multimedia/assimp \
|
|
libCorradeUtility.so:devel/corrade \
|
|
libfaad.so:audio/faad \
|
|
libfreetype.so:print/freetype2 \
|
|
libIL.so:graphics/devil \
|
|
libMagnum.so:graphics/magnum \
|
|
libpng.so:graphics/png
|
|
|
|
USES= cmake compiler:c++14-lang desktop-file-utils gl sdl xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mosra
|
|
GH_TUPLE= mosra:toolchains:fc22ff5:t/toolchains
|
|
USE_GL= egl glesv2
|
|
USE_SDL= sdl2
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DLIB_SUFFIX:STRING=""
|
|
|
|
CMAKE_ON= WITH_PLAYER WITH_UI WITH_UI_GALLERY
|
|
|
|
.include <bsd.port.mk>
|