blob: 92ed19a5595bb09a3b74cf5aef20ba04d7053374 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
PORTNAME= yafaray
DISTVERSIONPREFIX= v
DISTVERSION= 3.5.1
PORTREVISION= 15
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Montecarlo raytracing engine
LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSES
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSES
ONLY_FOR_ARCHS= amd64 powerpc64le
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libfreetype.so:print/freetype2 \
libImath.so:math/Imath \
libOpenEXR.so:graphics/openexr \
libopencv_photo.so:graphics/opencv \
libopencv_core.so:graphics/opencv \
libpng.so:graphics/png \
libtiff.so:graphics/tiff
USES= cmake gnome jpeg
USE_GITHUB= yes
GH_ACCOUNT= YafaRay
GH_PROJECT= libYafaRay
USE_GNOME= libxml2
USE_LDCONFIG= yes
LDFLAGS+= -pthread # because build on 13 (head) was failing: ld: error: src/yafraycore/libyafaray_v3_core.so: undefined reference to pthread_create
CMAKE_OFF= WITH_YAF_PY_BINDINGS
OPTIONS_DEFINE= DOCS QT
OPTIONS_SUB= yes
QT_DESC= Enable Qt Gui build
QT_USES= qt:5
QT_CMAKE_BOOL= WITH_QT
QT_USE= QT=core,gui,widgets,qmake_build,buildtools_build,qmake_build
post-install:
@${RM} ${STAGEDIR}${DOCSDIR}/LICENSES
.include <bsd.port.mk>
|