mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
415 B
Makefile
26 lines
415 B
Makefile
COMMENT= open framework for storing and sharing scene data
|
|
|
|
GH_ACCOUNT= alembic
|
|
GH_PROJECT= alembic
|
|
GH_TAGNAME= 1.8.8
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += Alembic 1.0 # 1.8
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://www.alembic.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Imath-3_2 c m
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
MODULES= devel/cmake
|
|
|
|
LIB_DEPENDS= math/imath
|
|
|
|
.include <bsd.port.mk>
|