1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/multimedia/assimp/Makefile
Piotr Kubaj 09ee051981 multimedia/assimp: mark broken on powerpc
Same issue as on i386.
2021-06-09 23:51:45 +00:00

29 lines
831 B
Makefile

PORTNAME= assimp
DISTVERSIONPREFIX= v
DISTVERSION= 5.0.1
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to import various 3D model formats in a uniform manner
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= typedef redefinition with different types, see https://github.com/assimp/assimp/issues/2954
BROKEN_powerpc= typedef redefinition with different types, see https://github.com/assimp/assimp/issues/2954
LIB_DEPENDS= libminizip.so:archivers/minizip
USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_OFF= ASSIMP_BUILD_TESTS
PLIST_SUB= VER2=${DISTVERSION:R}
post-install: # rm the third-party lib installed by mistake: https://github.com/assimp/assimp/issues/1650
@${RM} ${STAGEDIR}${PREFIX}/lib/libIrrXML.a
.include <bsd.port.mk>