28 lines
612 B
Makefile
28 lines
612 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
|
|
WWW= http://opencollada.org/
|
|
|
|
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>
|