freebsd-ports/graphics/elastix/Makefile
Yuri Victorovich be27b4d461 graphics/elastix: Update 5.0.1-20220218 → 5.1.0
Reported by:	portscout
2023-03-21 08:12:22 -07:00

29 lines
678 B
Makefile

PORTNAME= elastix
DISTVERSION= 5.1.0
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Image registration toolbox
WWW= https://elastix.lumc.nl/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \
libgdcmCommon.so:devel/gdcm \
libhdf5.so:science/hdf5 \
libITKCommon-${ITK_VER}.so:science/InsightToolkit \
libvnl.so:misc/vxl
USES= cmake:testing compiler:c++14-lang eigen:3
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= SuperElastix
CMAKE_ON= ELASTIX_USE_EIGEN
CXXFLAGS+= -I${LOCALBASE}/include/double-conversion
.include <../../science/InsightToolkit/Makefile.version>
.include <bsd.port.mk>