2022-11-19 03:03:44 +01:00
PORTNAME = alizams
DISTVERSIONPREFIX = v
2023-07-24 10:21:54 +02:00
DISTVERSION = 1.9.3
2022-11-19 03:03:44 +01:00
CATEGORIES = graphics
MAINTAINER = yuri@FreeBSD.org
COMMENT = DICOM Viewer
WWW = https://github.com/AlizaMedicalImaging/AlizaMS
LICENSE = GPLv3
LICENSE_FILE = ${ WRKSRC } /LICENSE
2022-11-27 03:42:42 +01:00
BROKEN_i386 = compilation fails: use of undeclared identifier '_mm_cvtsd_si64' , see https://github.com/InsightSoftwareConsortium/ITK/issues/3771
2023-05-27 16:58:59 +02:00
LIB_DEPENDS = libITKCommon-${ ITK_VER } .so:science/InsightToolkit \
libvnl.so:misc/vxl
2022-11-19 03:03:44 +01:00
TEST_DEPENDS = googletest>0:devel/googletest
2023-05-27 16:58:59 +02:00
USES = cmake desktop-file-utils eigen:3 qt:5 gl
2022-11-19 03:03:44 +01:00
USE_QT = core gui printsupport sql svg widgets
USE_GL = gl opengl
USE_GITHUB = yes
GH_ACCOUNT = AlizaMedicalImaging
GH_PROJECT = AlizaMS
CMAKE_ARGS = -DALIZA_QT_VERSION= 5
2022-11-27 15:38:43 +01:00
. i n c l u d e < b s d . p o r t . o p t i o n s . m k >
2022-11-28 17:20:35 +01:00
. i f ${ARCH} != amd64
CXXFLAGS += -DDISABLE_SIMDMATH # i386 also needs disabling SIND, see https://github.com/InsightSoftwareConsortium/ITK/issues/3771#issuecomment-1328839390
2022-11-27 15:38:43 +01:00
. e n d i f
2022-11-19 03:03:44 +01:00
. i n c l u d e < . . / . . / s c i e n c e / I n s i g h t T o o l k i t / M a k e f i l e . v e r s i o n >
. i n c l u d e < b s d . p o r t . m k >