freebsd-ports/graphics/elastix/Makefile
Yuri Victorovich 749db82df5 */*: Change DISTVERSION to have a hyphen when it refers to a specific revision
When DISTVERSION contains the real version and a revision modifier,
such modifier should be separated with '-', not '.'
2022-12-01 10:42:20 -08:00

28 lines
613 B
Makefile

PORTNAME= elastix
DISTVERSION= 5.0.1-20220218
PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Image registration toolbox
WWW= https://elastix.lumc.nl/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \
libhdf5.so:science/hdf5 \
libITKCommon-${ITK_VER}.so:science/InsightToolkit521
USES= cmake:testing compiler:c++14-lang eigen:3
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= SuperElastix
GH_TAGNAME= last-itk5.2-support
CMAKE_ON= ELASTIX_USE_EIGEN
.include <../../science/InsightToolkit521/Makefile.version>
.include <bsd.port.mk>