Files
ports/math/openmesh/Makefile
2020-07-26 07:32:00 +00:00

31 lines
873 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
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2020-08-26
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>