diff options
Diffstat (limited to 'math/openmesh/Makefile')
-rw-r--r-- | math/openmesh/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/openmesh/Makefile b/math/openmesh/Makefile new file mode 100644 index 000000000000..c54fecf1b7ac --- /dev/null +++ b/math/openmesh/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= openmesh +DISTVERSION= 8.1 +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 + +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> |