This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
27 lines
582 B
Makefile
27 lines
582 B
Makefile
PORTNAME= opencollada
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6.68
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for reading and writing COLLADA files
|
|
|
|
LICENSE= MIT
|
|
|
|
BROKEN_sparc64= cannot build: runaway process
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
USES= cmake compiler:c++11-lib dos2unix iconv localbase gnome pkgconfig
|
|
USE_GNOME= libxml2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KhronosGroup
|
|
GH_PROJECT= OpenCOLLADA
|
|
|
|
CFLAGS+= -Wno-narrowing
|
|
CMAKE_ON= USE_LIBXML USE_SHARED USE_STATIC
|
|
USE_LDCONFIG= ${PREFIX}/lib/opencollada
|
|
|
|
.include <bsd.port.mk>
|