aboutsummaryrefslogtreecommitdiff
path: root/graphics/reactphysics3d/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-04 07:16:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-04 07:16:21 +0000
commitc790f961168150be25e3e1976cf1e45301c0a06e (patch)
tree2b8c6b8c11a0b929ae27e42a517407dc1a65023f /graphics/reactphysics3d/Makefile
parent0adbee37b01a5d8778435227085149b30d70e648 (diff)
downloadports-c790f961168150be25e3e1976cf1e45301c0a06e.tar.gz
ports-c790f961168150be25e3e1976cf1e45301c0a06e.zip
Notes
Diffstat (limited to 'graphics/reactphysics3d/Makefile')
-rw-r--r--graphics/reactphysics3d/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/reactphysics3d/Makefile b/graphics/reactphysics3d/Makefile
new file mode 100644
index 000000000000..c384a693aa5f
--- /dev/null
+++ b/graphics/reactphysics3d/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= reactphysics3d
+DISTVERSION= 0.7.0
+CATEGORIES= graphics
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= C++ physics engine library in 3D
+
+LICENSE= ZLIB
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake:outsource
+USE_GITHUB= yes
+GH_ACCOUNT= DanielChappuis
+GH_TAGNAME= f86038aa31875daacc2d950be7b999c0d6a19986 # branch 'fix37'
+USE_LDCONFIG= yes
+CMAKE_ON= BUILD_SHARED_LIBS
+
+.include <bsd.port.mk>