mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
721533a798
ilmbase and openexr were updated to v2.5.3 and their shlibs changed from *.25.0.1 to *.25.0.2. This is a PORTREVISION bump to ports using ilmbase or openexr to chase that change and trigger rebuild.
35 lines
711 B
Makefile
35 lines
711 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alembic
|
|
PORTVERSION= 1.7.13
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Open framework for storing and sharing graphic scene data
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libImath.so:graphics/ilmbase
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
USE_CXXSTD= c++11
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= HDF5
|
|
OPTIONS_DEFAULT= HDF5
|
|
OPTIONS_SUB= yes
|
|
|
|
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
|
|
HDF5_CMAKE_ON= -DUSE_HDF5:BOOL=ON
|
|
|
|
PLIST_FILES= lib/libAlembic.so.${PORTVERSION} \
|
|
lib/libAlembic.so.${PORTVERSION:R}
|
|
|
|
do-test:
|
|
@cd ${TEST_WRKSRC} && ctest -C ${CMAKE_BUILD_TYPE} ${_MAKE_JOBS}
|
|
|
|
.include <bsd.port.mk>
|