mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2faf41b4b1
This new release has support for the latest Boost, Objective-C and various small improvements. The release notes are at: https://cmake.org/cmake/help/v3.16/release/3.16.html Two ports could not be persuaded to build with this new release (math/openmesh science/fleur) and are marked BROKEN. Other build fixes have already been done in-tree. Thanks antoine@ for the exp-runs (multiple). Thanks tcberner@ for prep-work (most of the work, actually). PR: 242254
29 lines
803 B
Makefile
29 lines
803 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openmesh
|
|
DISTVERSION= 8.0
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.openmesh.org/media/Releases/${DISTVERSION}/
|
|
DISTNAME= OpenMesh-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Generic data structure for manipulating polygonal meshes
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN= Fails to build with cmake-3.16.0
|
|
|
|
USES= cmake compiler:c++11-lang dos2unix gl qt:5 xorg
|
|
DOS2UNIX_FILES= src/OpenMesh/Tools/CMakeLists.txt
|
|
USE_QT= core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \
|
|
buildtools_build qmake_build uitools_build
|
|
USE_GL= gl glu glut
|
|
USE_XORG= xi xmu
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
@${RMDIR} ${STAGEDIR}${PREFIX}/include/OpenMesh/Tools/VDPM/xpm
|
|
|
|
.include <bsd.port.mk>
|