View | Details | Raw Unified | Return to bug 234700
Collapse All | Expand All

(-)cad/opencascade/Makefile (-6 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	opencascade
4
PORTNAME=	opencascade
5
PORTVERSION=	7.3.0
5
PORTVERSION=	7.3.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	cad science
7
CATEGORIES=	cad science
8
MASTER_SITES=	LOCAL/thierry
8
MASTER_SITES=	LOCAL/thierry
9
9
Lines 65-79 Link Here
65
FFMPEG_CMAKE_OFF=	-DUSE_FFMPEG:BOOL=OFF
65
FFMPEG_CMAKE_OFF=	-DUSE_FFMPEG:BOOL=OFF
66
FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
66
FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
67
67
68
VIS_CMAKE_ON=		-DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON	\
68
VIS_CMAKE_BOOL=		USE_FREEIMAGE USE_GL2PS USE_FREETYPE
69
			-DUSE_FREETYPE:BOOL=ON
69
VIS_CMAKE_ON=		-D3RDPARTY_FREETYPE_DIR=${LOCALBASE}
70
VIS_CMAKE_OFF=		-DUSE_FREEIMAGE:BOOL=OFF -DUSE_GL2PS:BOOL=OFF	\
71
			-DUSE_FREETYPE:BOOL=OFF
72
VIS_LIB_DEPENDS=	libftgl.so:graphics/ftgl		\
70
VIS_LIB_DEPENDS=	libftgl.so:graphics/ftgl		\
73
			libgl2ps.so:print/gl2ps		\
71
			libgl2ps.so:print/gl2ps		\
74
			libfreeimageplus.so:graphics/freeimage
72
			libfreeimageplus.so:graphics/freeimage
75
73
76
VIS_CMAKE_ON=	-D3RDPARTY_FREETYPE_DIR=${LOCALBASE}
77
74
78
DOXYGEN_IMPLIES=	DOCS
75
DOXYGEN_IMPLIES=	DOCS
79
DOXYGEN_USE=	TEX=latex:build
76
DOXYGEN_USE=	TEX=latex:build

Return to bug 234700