1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/graphics/urho3d/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

31 lines
793 B
Makefile

PORTNAME= urho3d
PORTVERSION= 1.7.1
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= romain@FreeBSD.org
COMMENT= Cross-platform 2D and 3D game engine
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to build: fatal error: 'LibCpuId/libcpuid.h' file not found
BROKEN_i386= fails to build: error: typedef redefinition with different types
BROKEN_riscv64= fails to build: invokes x86 assembler
USES= cmake:noninja,insource dos2unix gl xorg
USE_GITHUB= yes
USE_XORG= x11 xext
USE_GL= gl
PORTSCOUT= skipv:1.11,1.12,1.13,1.14,1.15,1.16,1.21,1.22,1.23,1.31,1.32 # incorrect versioning upstream
DOS2UNIX_FILES= ${WRKSRC}/Source/ThirdParty/StanHull/hull.cpp
GH_PROJECT= Urho3D
OPTIONS_DEFINE= EXAMPLES
EXAMPLES_CMAKE_OFF= -DURHO3D_SAMPLES:BOOL=false
.include <bsd.port.mk>