mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
switch cad/freecad to Qt5 - this is the Makefile.
This commit is contained in:
parent
c5326368be
commit
4c2cec68c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492522
@ -3,56 +3,52 @@
|
|||||||
PORTNAME= FreeCAD
|
PORTNAME= FreeCAD
|
||||||
DISTVERSION= 0.17-13541 # git rev-list --count
|
DISTVERSION= 0.17-13541 # git rev-list --count
|
||||||
DISTVERSIONSUFFIX= -g9948ee4f1
|
DISTVERSIONSUFFIX= -g9948ee4f1
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= cmt@FreeBSD.org
|
||||||
COMMENT= General purpose 3D CAD modeller
|
COMMENT= General purpose 3D CAD modeller
|
||||||
|
|
||||||
LICENSE= LGPL20+
|
LICENSE= LGPL20+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
DEPRECATED= Qt4 has been EOL since december 2015
|
BUILD_DEPENDS= pyside2-rcc:devel/pyside2-tools \
|
||||||
EXPIRATION_DATE= 2019-03-15
|
|
||||||
|
|
||||||
BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \
|
|
||||||
swig3.0:devel/swig30
|
swig3.0:devel/swig30
|
||||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||||
libfreetype.so:print/freetype2 \
|
libfreetype.so:print/freetype2 \
|
||||||
${PY_BOOST} \
|
${PY_BOOST} \
|
||||||
libpyside-python2.7.so:devel/pyside@${PY_FLAVOR} \
|
libpyside2-${PYTHON_VERSION}.so:devel/pyside2@${PY_FLAVOR} \
|
||||||
libCoin.so:graphics/Coin \
|
libCoin.so:graphics/Coin \
|
||||||
libpng.so:graphics/png \
|
libpng.so:graphics/png \
|
||||||
libtiff.so:graphics/tiff \
|
libtiff.so:graphics/tiff \
|
||||||
libvtkFiltersTexture-6.2.so:math/vtk6 \
|
libvtkFiltersTexture-6.2.so:math/vtk6 \
|
||||||
libTKernel.so:cad/opencascade \
|
libTKernel.so:cad/opencascade \
|
||||||
libSoQt.so:x11-toolkits/soqt \
|
|
||||||
libxerces-c.so:textproc/xerces-c3 \
|
libxerces-c.so:textproc/xerces-c3 \
|
||||||
libboost_thread.so:devel/boost-libs \
|
libboost_thread.so:devel/boost-libs \
|
||||||
libarea.so:devel/libarea \
|
libarea.so:devel/libarea \
|
||||||
libmed.so:french/med \
|
libmed.so:french/med \
|
||||||
libshiboken-${PYTHON_VERSION}.so:devel/shiboken \
|
libshiboken2-${PYTHON_VERSION}.so:devel/shiboken2@${PY_FLAVOR} \
|
||||||
libhdf5.so:science/hdf5
|
libhdf5.so:science/hdf5
|
||||||
RUN_DEPENDS= pivy>0:graphics/py-pivy@${PY_FLAVOR}
|
RUN_DEPENDS= pivy-devel>0:graphics/py-pivy-devel@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= dos2unix compiler:c++11-lib cmake eigen:3 fortran jpeg \
|
USES= dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \
|
||||||
python:2.7 localbase qt:4
|
python:2.7 localbase qt:5
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_XORG= ice sm x11 xext xt
|
USE_XORG= ice sm x11 xext xt
|
||||||
USE_GL= gl glu
|
USE_GL= gl glu
|
||||||
USE_QT= qmake_build corelib gui moc_build network opengl rcc_build \
|
USE_QT= buildtools qmake_build core gui network opengl svg xml webkit widgets printsupport concurrent
|
||||||
uic_build svg xml webkit
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL
|
DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL
|
||||||
CMAKE_ARGS= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE"
|
|
||||||
|
|
||||||
# To be removed when french/med will be built against science/hdf5
|
# To be removed when french/med will be built against science/hdf5
|
||||||
LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18
|
LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18
|
||||||
CMAKE_ARGS+= -DHDF5_FOUND="TRUE" -DHDF5_VERSION="1.8.17" \
|
CMAKE_ARGS+= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" \
|
||||||
|
-DHDF5_FOUND="TRUE" -DHDF5_VERSION="1.8.17" \
|
||||||
-DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5-18" \
|
-DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5-18" \
|
||||||
-DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include/hdf5-18" \
|
-DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include/hdf5-18" \
|
||||||
-DCMAKE_C_FLAGS="-I${LOCALBASE}/include/hdf5-18" \
|
-DCMAKE_C_FLAGS="-I${LOCALBASE}/include/hdf5-18" \
|
||||||
-DHDF5_LIBRARIES="-lhdf5-18"
|
-DHDF5_LIBRARIES="-lhdf5-18" -DBUILD_QT5="ON"
|
||||||
CFLAGS+= -I${LOCALBASE}/include/hdf5-18
|
CFLAGS+= -I${LOCALBASE}/include/hdf5-18
|
||||||
|
|
||||||
CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME}
|
CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME}
|
||||||
@ -63,7 +59,7 @@ COLLADA_DESC= Install pycollada for Collada files import
|
|||||||
COLLADA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada@${PY_FLAVOR}
|
COLLADA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada@${PY_FLAVOR}
|
||||||
|
|
||||||
DESKTOP_ENTRIES=${PORTNAME} "" "${PREFIX}/FreeCAD/data/freecad.svg" \
|
DESKTOP_ENTRIES=${PORTNAME} "" "${PREFIX}/FreeCAD/data/freecad.svg" \
|
||||||
${PORTNAME} "Engineering;" false
|
${PORTNAME} "Graphics;Engineering;" false
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/sed/s,-i,& \\"\\",' \
|
@${REINPLACE_CMD} -e '/sed/s,-i,& \\"\\",' \
|
||||||
|
Loading…
Reference in New Issue
Block a user