mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
misc/meshoptimizer: New port: Mesh optimization library
This commit is contained in:
parent
de5254a112
commit
94846499c2
@ -240,6 +240,7 @@
|
||||
SUBDIR += mc
|
||||
SUBDIR += mc-nox11
|
||||
SUBDIR += mdp
|
||||
SUBDIR += meshoptimizer
|
||||
SUBDIR += metalink-checker
|
||||
SUBDIR += metalink-tools
|
||||
SUBDIR += mime-support
|
||||
|
20
misc/meshoptimizer/Makefile
Normal file
20
misc/meshoptimizer/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
PORTNAME= meshoptimizer
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.18
|
||||
CATEGORIES= misc python
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Mesh optimization library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= zeux
|
||||
|
||||
CMAKE_ON= MESHOPT_BUILD_SHARED_LIBS
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/meshoptimizer/distinfo
Normal file
3
misc/meshoptimizer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1660886819
|
||||
SHA256 (zeux-meshoptimizer-v0.18_GH0.tar.gz) = f5bc07d7322e6292fe0afce03462b5c394d111386236f926fdc44d2aff3b854b
|
||||
SIZE (zeux-meshoptimizer-v0.18_GH0.tar.gz) = 366012
|
4
misc/meshoptimizer/pkg-descr
Normal file
4
misc/meshoptimizer/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
meshoptimizer is a mesh optimization library that makes meshes smaller and
|
||||
faster to render.
|
||||
|
||||
WWW: https://github.com/zeux/meshoptimizer
|
6
misc/meshoptimizer/pkg-plist
Normal file
6
misc/meshoptimizer/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/meshoptimizer.h
|
||||
lib/cmake/meshoptimizer/meshoptimizerConfig.cmake
|
||||
lib/cmake/meshoptimizer/meshoptimizerConfigVersion.cmake
|
||||
lib/cmake/meshoptimizer/meshoptimizerTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/meshoptimizer/meshoptimizerTargets.cmake
|
||||
lib/libmeshoptimizer.so
|
Loading…
Reference in New Issue
Block a user