2019-05-15 05:22:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= curv
|
2019-12-08 07:11:24 +00:00
|
|
|
DISTVERSION= 0.4-417
|
|
|
|
DISTVERSIONSUFFIX= -gf6f8d011
|
2020-08-13 22:35:16 +00:00
|
|
|
PORTREVISION= 10
|
2019-05-15 05:22:36 +00:00
|
|
|
CATEGORIES= math lang graphics
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Language for making art using mathematics
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2019-10-20 21:05:43 +00:00
|
|
|
BUILD_DEPENDS= glm>0:math/glm
|
2019-05-15 05:22:36 +00:00
|
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
|
|
|
libdouble-conversion.so:devel/double-conversion \
|
|
|
|
libglfw.so:graphics/glfw \
|
|
|
|
libHalf.so:graphics/ilmbase \
|
|
|
|
libopenvdb.so:misc/openvdb \
|
|
|
|
libtbb.so:devel/tbb
|
|
|
|
|
2019-10-19 23:04:02 +00:00
|
|
|
USES= cmake compiler:c++14-lang gl localbase:ldflags xorg
|
2019-05-15 05:22:36 +00:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= curv3d
|
2019-10-19 23:04:02 +00:00
|
|
|
GH_TUPLE= ocornut:imgui:e0cab56:imgui/extern/imgui \
|
2019-10-20 21:05:43 +00:00
|
|
|
Tessil:ordered-map:3c14151:om/extern/ordered-map \
|
|
|
|
AmokHuginnsson:replxx:9da16bb:replxx/extern/replxx
|
2019-05-15 05:22:36 +00:00
|
|
|
USE_GL= gl
|
|
|
|
USE_XORG= x11
|
|
|
|
|
|
|
|
PLIST_FILES= bin/curv \
|
|
|
|
lib/curv/lib/blend.curv \
|
2019-12-08 07:11:24 +00:00
|
|
|
lib/curv/lib/noise.curv \
|
2019-05-15 05:22:36 +00:00
|
|
|
lib/curv/lib/web_colour.curv \
|
|
|
|
lib/curv/std.curv \
|
|
|
|
share/gtksourceview-3.0/language-specs/curv.lang
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${RM} ${STAGEDIR}${PREFIX}/lib/curv/lib/README
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|