freebsd-ports/graphics/magnum-plugins/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
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
2021-06-22 11:53:08 -07:00

35 lines
1.1 KiB
Makefile

PORTNAME= magnum-plugins
DISTVERSIONPREFIX= v
DISTVERSION= 2019.10
PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Plugins 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 gl jpeg openal xorg
USE_GITHUB= yes
GH_ACCOUNT= mosra
GH_TUPLE= mosra:toolchains:fc22ff5:t/toolchains
USE_GL= glesv2
USE_LDCONFIG= yes
CMAKE_ARGS= -DLIB_SUFFIX:STRING=""
CMAKE_ON= WITH_ASSIMPIMPORTER WITH_DDSIMPORTER WITH_DEVILIMAGEIMPORTER WITH_DRFLACAUDIOIMPORTER WITH_DRWAVAUDIOIMPORTER \
WITH_FAAD2AUDIOIMPORTER WITH_FREETYPEFONT WITH_JPEGIMPORTER WITH_JPEGIMAGECONVERTER WITH_MINIEXRIMAGECONVERTER \
WITH_PNGIMAGECONVERTER WITH_PNGIMPORTER WITH_OPENGEXIMPORTER WITH_STANFORDIMPORTER WITH_STBIMAGECONVERTER \
WITH_STBIMAGEIMPORTER WITH_STBTRUETYPEFONT WITH_STBVORBISAUDIOIMPORTER WITH_TINYGLTFIMPORTER
.include <bsd.port.mk>