Lines 1-6
Link Here
|
1 |
PORTNAME= f3d |
1 |
PORTNAME= f3d |
2 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 2.2.1 |
3 |
DISTVERSION= 2.3.0 |
4 |
CATEGORIES= graphics |
4 |
CATEGORIES= graphics |
5 |
|
5 |
|
6 |
MAINTAINER= yuri@FreeBSD.org |
6 |
MAINTAINER= yuri@FreeBSD.org |
Lines 11-27
LICENSE= BSD3CLAUSE
Link Here
|
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE.md |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE.md |
12 |
|
12 |
|
13 |
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg4 \ |
13 |
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg4 \ |
|
|
14 |
libexpat.so:textproc/expat2 \ |
14 |
libfontconfig.so:x11-fonts/fontconfig \ |
15 |
libfontconfig.so:x11-fonts/fontconfig \ |
15 |
libfreeimage.so:graphics/freeimage \ |
16 |
libfreeimage.so:graphics/freeimage \ |
16 |
libfreetype.so:print/freetype2 \ |
17 |
libfreetype.so:print/freetype2 \ |
17 |
libhdf5.so:science/hdf5 \ |
18 |
libhdf5.so:science/hdf5 \ |
18 |
libImath-3_1.so:math/Imath \ |
19 |
libImath-3_1.so:math/Imath \ |
|
|
20 |
libjpeg.so:graphics/jpeg-turbo \ |
19 |
libnetcdf.so:science/netcdf \ |
21 |
libnetcdf.so:science/netcdf \ |
|
|
22 |
libpng.so:graphics/png \ |
23 |
libtiff.so:graphics/tiff \ |
20 |
libvtkCommonMisc-${VTK_VER}.so:math/vtk${VTK_VER:R} |
24 |
libvtkCommonMisc-${VTK_VER}.so:math/vtk${VTK_VER:R} |
21 |
|
25 |
|
22 |
USES= cmake:testing compiler:c++17-lang desktop-file-utils gl shared-mime-info tcl tk xorg |
26 |
USES= cmake:testing compiler:c++17-lang desktop-file-utils gl mpi \ |
|
|
27 |
shared-mime-info tcl tk xorg |
23 |
USE_GL= gl glu |
28 |
USE_GL= gl glu |
24 |
USE_XORG= ice sm x11 xt |
29 |
USE_XORG= ice sm x11 xt |
|
|
30 |
USE_LDCONFIG= yes |
25 |
|
31 |
|
26 |
USE_GITHUB= yes |
32 |
USE_GITHUB= yes |
27 |
GH_ACCOUNT= f3d-app |
33 |
GH_ACCOUNT= f3d-app |